Skip to content

Instantly share code, notes, and snippets.

@lazd
Created January 23, 2014 18:44
Show Gist options
  • Select an option

  • Save lazd/8584410 to your computer and use it in GitHub Desktop.

Select an option

Save lazd/8584410 to your computer and use it in GitHub Desktop.
Git aliases
# Git
alias gs="git status"
alias gc="git commit"
alias gca="git commit --amend"
alias ga="git add"
alias gp="git push"
alias gr="git pull --rebase"
alias gl="git log"
alias gd="clear; git diff"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment