kieranpotts / dotfiles

A baseline, extensible UNIX user configuration.
MIT License
1 stars 0 forks source link

Update date with Git amend operations #214

Open kieranpotts opened 1 year ago

kieranpotts commented 1 year ago

git commit --amend seems to keep the date of the original commit, even though a new commit object is created. It seems this can be resolved with an extra parameter:

git commit --amend --date=today