Answers for "git set commit date"

1

git set commit date

git commit --date "Mon Jul 05 17:00 2021 +0200"
Posted by: Guest on July-05-2021
0

make a commit with past date

git commit --amend --date="YYYY-MM-DD HH:MM:SS"
Posted by: Guest on September-21-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language