Last active
July 18, 2019 21:51
-
-
Save omarrodriguez15/08be0221ba3b211936fed62768f0b8c4 to your computer and use it in GitHub Desktop.
During a rebase edit the commit you will be squashing into and run the following to update the date with the current date time
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| git commit --amend --no-edit --date "$(date)" | |
| or | |
| git commit --amend --reset-author |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment