Created
July 20, 2016 15:31
-
-
Save sam33rdhakal/afae25f77c17f694eb5aa1cd9a7ef1b4 to your computer and use it in GitHub Desktop.
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
alias gs="git status -s" | |
alias gd="git diff -w" | |
alias gca="git commit -a -m" | |
alias gl="git log --oneline --decorate" | |
alias gp="git push" | |
alias gf="git fetch" | |
alias gc="git checkout" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment