Return to Snippet

Revision: 15685
at July 13, 2009 14:51 by ericboehs


Initial Code
# ~/.bash_profile
# Eric Boehs's git aliases

alias gb='git branch'
alias gba='git branch -a'
alias gc='git commit -v'
alias gd='git diff | mate'
alias gl='git pull'
alias gp='git push'
alias gst='git status'

Initial URL


Initial Description


Initial Title
Git Aliases - Bash Profile

Initial Tags
git

Initial Language
Bash