Answers for "is it possible to change commit date in github"

4

change git 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

Code answers related to "is it possible to change commit date in github"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language