Skip to content

Commit

Permalink
Add git alias for commit command
Browse files Browse the repository at this point in the history
  • Loading branch information
mxie committed Jan 3, 2014
1 parent 003f5bd commit 148d040
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
[alias]
amend = commit --amend
co = checkout
cm = commit
st = status
undo = reset HEAD^
unstage = reset HEAD
Expand Down

0 comments on commit 148d040

Please sign in to comment.