From 0f018f2add4cc863bc668c76bcf90189ac18250a Mon Sep 17 00:00:00 2001 From: Rob Watson Date: Tue, 10 Sep 2024 07:07:40 +0200 Subject: [PATCH] chore(gitconfig): update alias --- gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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