zsh: add --reset-author to gf abbr
This commit is contained in:
parent
2144f96d93
commit
2032012f4c
1 changed files with 1 additions and 1 deletions
|
|
@ -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";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue