home: remove fractal, add "git checkout" alias
This commit is contained in:
parent
36dcd54f5c
commit
139b200d91
|
@ -24,7 +24,6 @@
|
||||||
|
|
||||||
# Internet
|
# Internet
|
||||||
discord
|
discord
|
||||||
fractal
|
|
||||||
httpie
|
httpie
|
||||||
tdesktop
|
tdesktop
|
||||||
w3m
|
w3m
|
||||||
|
@ -102,6 +101,7 @@
|
||||||
gcm = "git commit -m";
|
gcm = "git commit -m";
|
||||||
gcan = "git commit --amend --no-edit";
|
gcan = "git commit --amend --no-edit";
|
||||||
gcl = "git clone";
|
gcl = "git clone";
|
||||||
|
gco = "git checkout";
|
||||||
gl = "git pull";
|
gl = "git pull";
|
||||||
gla = "git pull --autostash";
|
gla = "git pull --autostash";
|
||||||
gp = "git push";
|
gp = "git push";
|
||||||
|
|
Loading…
Reference in New Issue