Benutzer-Werkzeuge

Webseiten-Werkzeuge


knowledge_base:sonstiges:git_setdateofcommit

Git: Set Date of Commit

the '–date' attribute in commit doesnt set the date that is visible in github, instead the 'GIT_COMMITTER_DATE' has to be set.

THE_TIME='2019-03-30T8:20:00 -0500' GIT_AUTHOR_DATE=$THE_TIME GIT_COMMITTER_DATE=$THE_TIME git commit -m 'commit message here'
/app/www/public/data/pages/knowledge_base/sonstiges/git_setdateofcommit.txt · Zuletzt geändert: 2021/12/15 00:30 von julian.lemmerich