Skip to content

Instantly share code, notes, and snippets.

@mishcherin
Created October 20, 2015 13:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save mishcherin/cd1481e8b9ff6e25ac78 to your computer and use it in GitHub Desktop.
Save mishcherin/cd1481e8b9ff6e25ac78 to your computer and use it in GitHub Desktop.
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 glog="git log --graph --pretty=format:'%Cred%h%Creset %an: %s - %Creset %C(yellow)%d%Creset %Cgreen(%cr)%Creset' --abbrev-commit --date=relative"
alias gpu='git stash && git fetch -p && git pull --rebase --progress && git stash pop'
alias gp='git pull --rebase'
alias gpop='git stash pop'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment