Answers for "git change date on 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
3

git change git commit date

Set GIT_COMMITTER_DATE="Wed Sep 23 9:40 2015 +0200" git commit --amend --date "Wed Sep 23 9:40 2015 +0200"
Posted by: Guest on November-27-2019
0

Change git Committer Date

GIT_COMMITTER_DATE="Wed Feb 16 14:00 2011 +0100" git commit --amend --no-edit
Posted by: Guest on April-30-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language