Skip to content

Commit

Permalink
adding gcm alias
Browse files Browse the repository at this point in the history
  • Loading branch information
Oshuma committed Apr 23, 2012
1 parent 7a8b6b1 commit f3fd980
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/alias.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ alias scr='screen -A -m -S'
alias git='nocorrect git' # no zsh correction for 'git'
alias ga='git add'
alias gb='git branch -a -v'
alias gcm='git commit -m ' # must pass commit message
alias gd='git diff'
alias gi='git status; echo; git branch -av'
alias gm='git merge '
Expand Down

0 comments on commit f3fd980

Please sign in to comment.