Created
September 18, 2017 07:23
-
-
Save zii/482665555a62b689758be9f364839144 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 cd1='cd /d/dev/www/web/www.linkeddb.com/' | |
alias gs='git status' | |
alias gd="git diff" | |
alias pull='git pull origin `git rev-parse --abbrev-ref HEAD`' | |
alias push='git push origin `git rev-parse --abbrev-ref HEAD`' | |
gc(){ | |
git commit -am '$1' | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment