diff options
| -rw-r--r-- | aliases.gitconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
