0
0

More than 3 years have passed since last update.

Git のコミットの日時を指定のものにする

Posted at

Git のコミットの日時を指定のものにする

GitHub の草の関係で指定したい場合とか.

$ git commit --amend --date="Sun Mar 1 23:59:59 2020 +0900"
$ git rebase HEAD~1 --committer-date-is-author-date
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0