Created
January 19, 2019 11:08
-
-
Save hfreire/41508eef88d4776f232fac7dd29700ff to your computer and use it in GitHub Desktop.
Do a git commit 12 hours ago
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_AUTHOR_DATE=$(date -v '-12H' '+%a %h %d %H:%M:%S %Y %z') \ | |
GIT_COMMITTER_DATE=$(date -v '-12H' '+%a %h %d %H:%M:%S %Y %z') \ | |
git commit -am "feat: better late than ever" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment