Skip to content

Instantly share code, notes, and snippets.

@zii
Created September 18, 2017 07:23
Show Gist options
  • Save zii/482665555a62b689758be9f364839144 to your computer and use it in GitHub Desktop.
Save zii/482665555a62b689758be9f364839144 to your computer and use it in GitHub Desktop.
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