Answers for "git change comment of last commit"

4

change last commit date

git commit --amend --date="Wed Feb 16 14:00 2011 +0100" --no-edit
Posted by: Guest on February-07-2022
0

git modify last commit but leave the commit message

git add . 
git commit --amend --no-edit
Posted by: Guest on March-07-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language