How to Update the date of arbitrary commit
Commits in git are immutable and each commit maintains the two different dates that is When you amend the commit, author date won’t be changed but commitDate will be updated to current date and time To list commits along with…