From 32288b69ce2f90ebf783d217ccdc4dca384d8ddd Mon Sep 17 00:00:00 2001 From: Tunui Franken Date: Wed, 3 May 2023 16:59:17 +0200 Subject: [PATCH] Add git alias 'git cia' --- roles/git/templates/gitconfig.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/git/templates/gitconfig.j2 b/roles/git/templates/gitconfig.j2 index a4acd09..4eb82f4 100644 --- a/roles/git/templates/gitconfig.j2 +++ b/roles/git/templates/gitconfig.j2 @@ -6,6 +6,7 @@ [alias] br = branch ci = commit + cia = commit --amend co = checkout cp = cherry-pick st = status