Skip to content

Instantly share code, notes, and snippets.

@joseym
Created February 18, 2012 04:46
Show Gist options
  • Save joseym/1857465 to your computer and use it in GitHub Desktop.
Save joseym/1857465 to your computer and use it in GitHub Desktop.
SSH: Git Aliases
# Git Cheats
# ===========================
alias gs="git status"
alias gl="git log --stat"
alias gap="git add -p"
alias gd="git diff"
alias gs="git status"
alias gp="git push"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment