.gitconfig

changeset 522
35a55312d21d
parent 506
2a6899f40b2e
child 531
5c9cdf7fa512
--- a/.gitconfig
+++ b/.gitconfig
@@ -18,6 +18,7 @@
 	ci      = commit
 	rec     = commit -p
 	unrec   = checkout --patch
+	amend   = commit -p --amend
 	st      = status -sb
 	co      = checkout
 	br      = branch

mercurial