chore(zsh): make nah
a zsh alias
This commit is contained in:
parent
a3ab645a2b
commit
0444962168
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,6 @@ in
|
||||||
issues = "!gh issue list --web";
|
issues = "!gh issue list --web";
|
||||||
mup =
|
mup =
|
||||||
"!git master-to-main-wrapper checkout %BRANCH% && git fetch origin && echo && git sl %BRANCH%..origin/%BRANCH% && echo && git pull --quiet && git checkout -";
|
"!git master-to-main-wrapper checkout %BRANCH% && git fetch origin && echo && git sl %BRANCH%..origin/%BRANCH% && echo && git pull --quiet && git checkout -";
|
||||||
nah = "!git reset --hard && git clean -fd";
|
|
||||||
no-ff = "merge --no-ff";
|
no-ff = "merge --no-ff";
|
||||||
pl = "pull";
|
pl = "pull";
|
||||||
prune = "remote prune origin";
|
prune = "remote prune origin";
|
||||||
|
@ -310,6 +309,7 @@ in
|
||||||
ialias cs="create-script"
|
ialias cs="create-script"
|
||||||
ialias dev="develop"
|
ialias dev="develop"
|
||||||
ialias fetch="git fetch --all --jobs=4 --progress --prune"
|
ialias fetch="git fetch --all --jobs=4 --progress --prune"
|
||||||
|
ialias nah="git reset --hard; git clean -fd"
|
||||||
ialias run="./run"
|
ialias run="./run"
|
||||||
ialias pull="git pull --autostash --jobs=4 --summary origin"
|
ialias pull="git pull --autostash --jobs=4 --summary origin"
|
||||||
ialias rebase="git rebase --autostash --stat"
|
ialias rebase="git rebase --autostash --stat"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue