Skip to content

Instantly share code, notes, and snippets.

@jensendarren
Created July 27, 2015 01:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jensendarren/acf4a51c366830e8f5bb to your computer and use it in GitHub Desktop.
Save jensendarren/acf4a51c366830e8f5bb to your computer and use it in GitHub Desktop.
Add git alias to your terminal command set
# Add this to your ~/.bashrc file then run `source ~/.bashrc`
alias gs='git status '
alias ga='git add '
alias gb='git branch '
alias gc='git commit'
alias gd='git diff'
alias gg='git grep -i'
alias go='git checkout '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment