diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2021-10-11 15:43:02 +0200 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2021-10-11 15:43:02 +0200 |
commit | 916b9a205571552b166ca055cc99fb6a21798c73 (patch) | |
tree | fc18382933c3f7466342a4654f922737ea40382a /.gitconfig | |
parent | fcc6abc47a2979f2482e456d64344deee44820b8 (diff) |
.gitconfig: let `git amend` update the commit date
Diffstat (limited to '.gitconfig')
-rw-r--r-- | .gitconfig | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ excludesfile = ~/.gitignore [alias] - amend = commit --amend + amend = commit --amend --date=now co = checkout ca = commit --amend ci = commit |