Skip to content

Instantly share code, notes, and snippets.

@SuperShinyEyes
Created September 20, 2017 17:14
Show Gist options
  • Save SuperShinyEyes/a3c91707473c5686ce18238875dd6b21 to your computer and use it in GitHub Desktop.
Save SuperShinyEyes/a3c91707473c5686ce18238875dd6b21 to your computer and use it in GitHub Desktop.
bash/git aliases
alias gs='git status '
alias ga='git add '
alias gb='git branch '
alias gc='git commit'
alias gd='git diff'
alias go='git checkout '
alias gk='gitk --all&'
alias gx='gitx --all'
alias got='git '
alias get='git '
alias glw='git log --graph --all --format=format:"(%h) %ci <%ce>%n%s" > logfile.txt'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment