Skip to content

tomwarner13/Git-Better

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

Git-Better

Useful Git Shell Aliases and Shortcuts

Installation

  • Add the code in .bashrc into your .bashrc file, or use it to create one if you don't have one yet.
  • Run source ~/.bashrc or restart your shell client to pick up the changes.
  • Add the code from .gitconfig to your git config file -- you should be able to edit it by running git config -e --global in your shell.

For the curious, I wrote up further documentation about these aliases and the reasoning behind them in a blog post.

About

Useful Git Shell Aliases and Shortcuts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages