Skip to content

Instantly share code, notes, and snippets.

@alexyoung
Created June 4, 2010 17:53
Show Gist options
  • Save alexyoung/425726 to your computer and use it in GitHub Desktop.
Save alexyoung/425726 to your computer and use it in GitHub Desktop.
alias g='git status'
alias gc='git commit -a'
alias gl='git log --pretty=format:"[%h] %ae, %ar: %s" --stat'
alias gp='git push'
alias gpl='git pull'
alias gpo='git pull origin master'
alias gpu='git push origin master'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment