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