chore(gitconfig): update alias

This commit is contained in:
Rob Watson 2024-09-10 07:07:40 +02:00
parent 08963eef2d
commit 0f018f2add
1 changed files with 1 additions and 1 deletions

View File

@ -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