fix(aliases): update to use gh
This commit is contained in:
parent
8c7f6739d0
commit
2b20cd1e59
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
||||||
df = diff --color --word-diff
|
df = diff --color --word-diff
|
||||||
dup = !git checkout develop && git fetch origin && echo && git sl develop..origin/develop && echo && git pull --quiet && git checkout -
|
dup = !git checkout develop && git fetch origin && echo && git sl develop..origin/develop && echo && git pull --quiet && git checkout -
|
||||||
fixup = commit --fixup
|
fixup = commit --fixup
|
||||||
issues = !hub browse -- issues
|
issues = !gh issue list --web
|
||||||
mup = !git master-to-main-wrapper checkout %BRANCH% && git fetch origin && echo && git sl %BRANCH%..origin/%BRANCH% && echo && git pull --quiet && git checkout -
|
mup = !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
|
nah = !git reset --hard && git clean -fd
|
||||||
no-ff = merge --no-ff
|
no-ff = merge --no-ff
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue