Created
August 22, 2016 09:02
-
-
Save ekilah/cc7cf49db45d3a37730777f8958eb327 to your computer and use it in GitHub Desktop.
Git alias for amending the last commit with all current changes, without having to edit the commit message
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[alias] | |
amend = !git add . && git commit --amend --no-edit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment