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