Skip to content

Instantly share code, notes, and snippets.

@goomerko
Created June 8, 2015 07:39
Show Gist options
  • Save goomerko/3fa22b558ec2dd388a02 to your computer and use it in GitHub Desktop.
Save goomerko/3fa22b558ec2dd388a02 to your computer and use it in GitHub Desktop.
# Git
alias gst='git status'
alias gpp='git pull;git push'
alias git-daemon='git daemon'
alias gp='git pull'
alias gc='git commit'
alias gch='git checkout'
alias ga='git add'
alias gd='git diff'
alias gs='git stash'
alias gstaging='git branch -D staging; git checkout staging'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment