user/zsh: add git fixup edit abbr
This commit is contained in:
parent
62c8c0e480
commit
ce2d82c323
1 changed files with 2 additions and 1 deletions
|
|
@ -49,7 +49,8 @@ let
|
|||
gco = "git checkout";
|
||||
gd = "git diff";
|
||||
gds = "git diff --staged";
|
||||
gf = "git commit --amend --no-edit --reset-author";
|
||||
gf = "git commit --amend --reset-author --no-edit";
|
||||
gfe = "git commit --amend --reset-author";
|
||||
gl = "git log";
|
||||
gr = "git rebase -i";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue