zsh: add --reset-author to gf abbr

This commit is contained in:
LavaDesu 2021-08-27 21:54:50 +07:00
parent 2144f96d93
commit 2032012f4c
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -49,7 +49,7 @@ let
gco = "git checkout";
gd = "git diff";
gds = "git diff --staged";
gf = "git commit --amend --no-edit";
gf = "git commit --amend --no-edit --reset-author";
gl = "git log";
gr = "git rebase -i";
};