|
|
|
|
|
by TazeTSchnitzel
3 days ago
|
|
I wish there were a shorthand for x git commit --amend --reset-author --no-edit
I use that one very frequently (after a fixup, of course) because I want the author date on amended commits to reflect the last time I edited them, not the first time I committed them. |
|