diff --git a/gitconfig b/gitconfig index aa13438..86ed134 100644 --- a/gitconfig +++ b/gitconfig @@ -34,7 +34,7 @@ drb = !git diff $(git rb) ds = diff --staged 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)' fixup = rebase -i --autosquash l = log