Answers for "git how to edit my 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
1

What should you run to modify your last commit?

for modify last commit: git commit --amend.
Posted by: Guest on December-17-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language