I want to change my history.
Is it possible to change commit date or make new commit with outdated date?
I think only about system date changing.
I want to change my history.
Is it possible to change commit date or make new commit with outdated date?
I think only about system date changing.
Use the --date
option when you commit:
git commit --date "Wed Feb 16 14:00 2037 +0100"
Here are the supported date formats: