Skip to content

Commit

Permalink
changes to my commit types
Browse files Browse the repository at this point in the history
  • Loading branch information
bpurcell committed Feb 25, 2012
1 parent 8c98ddc commit f3d688f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion aliases/available/git.aliases.bash
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,13 @@ alias gss='git status -s'
alias gl='git pull'
alias gup='git fetch && git rebase'
alias gp='git push'
alias hp='git push heroku'
# rake console
alias hr='heroku rake'
alias gpo='git push origin'
alias gdv='git diff -w "$@" | vim -R -'
alias gc='git commit -v'
alias gca='git commit -v -a'
alias gm='git commit -a -m '
alias gci='git commit --interactive'
alias gb='git branch'
alias gba='git branch -a'
Expand Down

0 comments on commit f3d688f

Please sign in to comment.