How to change Git commit date

Categories:
1GIT_COMMITTER_DATE="$date" GIT_AUTHOR_DATE="$date" git commit -m "$commit_message"

See Also