Created
February 18, 2012 04:46
-
-
Save joseym/1857465 to your computer and use it in GitHub Desktop.
SSH: Git Aliases
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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