Answers for "git commit amend withotu changing message"

58

change git commit message

git commit --amend -m "New commit message"
Posted by: Guest on March-11-2020
9

git commit amend without changing message

git commit --amend --no-edit
Posted by: Guest on February-22-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language