Skip to content

Commit

Permalink
Shortened gcam alias option flags.
Browse files Browse the repository at this point in the history
  • Loading branch information
iJoeCollins committed Sep 13, 2013
1 parent a87baea commit ffa58cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git/aliases.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ alias gl='git pull'
alias gp='git push'
alias gd='git diff'
alias gcm='git commit -m'
alias gcam='git commit -a -m'
alias gcam='git commit -am'
alias gm='git merge'
alias gco='git checkout'
alias gcob='git checkout -b'
Expand Down

0 comments on commit ffa58cb

Please sign in to comment.