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