chore(gitconfig): update alias
This commit is contained in:
parent
08963eef2d
commit
0f018f2add
|
@ -34,7 +34,7 @@
|
||||||
drb = !git diff $(git rb)
|
drb = !git diff $(git rb)
|
||||||
ds = diff --staged
|
ds = diff --staged
|
||||||
f = fetch
|
f = fetch
|
||||||
fc = commit --allow-empty -m 'Initial commit'
|
fc = commit --allow-empty -m 'feat: first commit'
|
||||||
fixom = !sh -c 'git fetch && git rebase -i --autosquash origin/$(git mainbranch)'
|
fixom = !sh -c 'git fetch && git rebase -i --autosquash origin/$(git mainbranch)'
|
||||||
fixup = rebase -i --autosquash
|
fixup = rebase -i --autosquash
|
||||||
l = log
|
l = log
|
||||||
|
|
Loading…
Reference in New Issue