This commit is contained in:
parent
a682f9f70c
commit
2f6c9e1e28
1 changed files with 3 additions and 0 deletions
|
@ -99,17 +99,20 @@
|
||||||
cdnix = "cd /etc/nixos";
|
cdnix = "cd /etc/nixos";
|
||||||
|
|
||||||
ga = "git add";
|
ga = "git add";
|
||||||
|
gb = "git branch";
|
||||||
gc = "git commit";
|
gc = "git commit";
|
||||||
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";
|
gco = "git checkout";
|
||||||
|
gcb = "git checkout -b";
|
||||||
gl = "git pull";
|
gl = "git pull";
|
||||||
gla = "git pull --autostash";
|
gla = "git pull --autostash";
|
||||||
gp = "git push";
|
gp = "git push";
|
||||||
gpf = "git push --force-with-lease";
|
gpf = "git push --force-with-lease";
|
||||||
gr = "git reset";
|
gr = "git reset";
|
||||||
grs = "git reset --soft";
|
grs = "git reset --soft";
|
||||||
|
gs = "git switch";
|
||||||
tigs = "tig status";
|
tigs = "tig status";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue