Answers for "change commit date linux"

1

change commit date linux

# First: Commit your message normally.
# Second: then run
GIT_COMMITTER_DATE="Mon Feb 28 14:35:42 2022 -0300" git commit --amend --no-edit --date "Mon Feb 28 14:35:42 2022 -0300"

#This will changed the date of the last commit
Posted by: Guest on February-28-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language