Skip to content

Instantly share code, notes, and snippets.

@lrgalego
Last active September 28, 2018 16:48
Show Gist options
  • Save lrgalego/7f5f33d195ae40d8a05700d1500f2441 to your computer and use it in GitHub Desktop.
Save lrgalego/7f5f33d195ae40d8a05700d1500f2441 to your computer and use it in GitHub Desktop.
alias gc="git commit"
alias gco="git checkout"
alias gap="git add -p"
alias gnap="git add -N .;git commit -p"
alias gst="git status"
alias gd="git diff"
alias gdc="git diff --cached"
alias gpr="git pull --rebase --autostash"
alias gp="git push"
alias glod="git log --oneline --decorate --color"
alias gl="git log --format=\"%C(yellow)(%h) -%Cred%d%Creset [%C(bold blue)%an%Creset] %s\" --abbrev-commit"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment