Skip to content

Commit

Permalink
Simpler git-amend
Browse files Browse the repository at this point in the history
  • Loading branch information
ConradIrwin committed Jul 17, 2013
1 parent 0be62ac commit 7b01978
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/git-amend
Expand Up @@ -12,4 +12,4 @@
#
# see also: git-uncommit

git add "$@" && git commit -v --amend
git commit -v --amend "$@"

0 comments on commit 7b01978

Please sign in to comment.