From 60f3728b4ecaab7e598a0932c18dfef0d4a1e263 Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Mon, 25 Nov 2013 15:10:55 -0500 Subject: Include `--no-edit` in `git amend`, for streamlining. (Thanks, canton7!) --- aliases.gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aliases.gitconfig b/aliases.gitconfig index d1c3679..708629b 100644 --- a/aliases.gitconfig +++ b/aliases.gitconfig @@ -67,7 +67,7 @@ # make you so, so sad. `.git/info/exclude` is a great help for this. this = add --all # Replace the most recent commit: `git amend [commit options]`. - amend = commit --amend + amend = commit --amend --no-edit # Retrofit changes onto an old commit during the next rebase/rewrite: # `git fixup COMMITISH` (for example, `git fixup HEAD`). fixup = commit --fixup -- cgit v1.2.3