Skip to content

Instantly share code, notes, and snippets.

View alice's full-sized avatar

Alice alice

View GitHub Profile
anonymous
anonymous / .zshrc
Created December 8, 2015 19:27
all the gits
alias gd="git diff | subl" # https://goo.gl/Inbsc2
alias ga="git add"
alias gbd="git branch -D"
alias gst="git status"
alias gca="git commit -a -m"
alias gm="git merge --no-ff"
alias gpt="git push --tags"
alias gp="git push"
alias gppt="git push && git push --tags"
alias grh="git reset --hard"