Add git unstage alias
This commit is contained in:
parent
65ce9b6b49
commit
43187f6de9
|
@ -35,6 +35,7 @@
|
|||
pfusch = "push --force-with-lease";
|
||||
stat = "diff --compact-summary";
|
||||
undo = "reset --soft HEAD~";
|
||||
unstage = "restore --staged";
|
||||
};
|
||||
extraConfig = {
|
||||
init = { defaultBranch = "mistress"; };
|
||||
|
|
Loading…
Reference in New Issue