fixed new aliases
This commit is contained in:
10
home/git.nix
10
home/git.nix
@@ -41,11 +41,11 @@
|
|||||||
ca = "commit -am";
|
ca = "commit -am";
|
||||||
dc = "diff --cached";
|
dc = "diff --cached";
|
||||||
amend = "commit --amend -m";
|
amend = "commit --amend -m";
|
||||||
wipe = "git reset --hard";
|
wipe = "reset --hard";
|
||||||
gg = "git reset --hard";
|
gg = "reset --hard";
|
||||||
ggs = "git reset --hard";
|
ggs = "reset --hard";
|
||||||
sw = "git switch";
|
sw = "switch";
|
||||||
r = "git restore";
|
r = "restore";
|
||||||
|
|
||||||
# aliases for submodules
|
# aliases for submodules
|
||||||
update = "submodule update --init --recursive";
|
update = "submodule update --init --recursive";
|
||||||
|
|||||||
Reference in New Issue
Block a user