added some git aliases
This commit is contained in:
@@ -40,6 +40,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";
|
||||||
|
gg = "git reset --hard";
|
||||||
|
ggs = "git reset --hard";
|
||||||
|
sw = "git switch";
|
||||||
|
r = "git restore";
|
||||||
|
|
||||||
# aliases for submodules
|
# aliases for submodules
|
||||||
update = "submodule update --init --recursive";
|
update = "submodule update --init --recursive";
|
||||||
|
|||||||
Reference in New Issue
Block a user