diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2019-11-28 14:31:55 +0100 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2019-11-28 14:31:55 +0100 |
commit | 42912c5c24a8cf3420c98b7d0b45f76581ba76ec (patch) | |
tree | 81255d145aaa1ece18eec050b3eaf711461647c6 /.gitconfig | |
parent | c4da332192bae16c1e8b469f64432c90c6124f38 (diff) |
.gitconfig: add 'git today' alias
Diffstat (limited to '.gitconfig')
-rw-r--r-- | .gitconfig | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -26,6 +26,7 @@ pending = codereview pending submit = codereview submit sync = codereview sync + today = commit --amend --date=now --no-edit [pretty] fixes = Fixes: %h (\"%s\") |