diff --git a/.gitconfig b/.gitconfig index 3566514..1f7ee01 100644 --- a/.gitconfig +++ b/.gitconfig @@ -1,2 +1,8 @@ +[alias] + co = checkout + br = branch + ci = commit + st = status + sign = commit --amend --no-edit --gpg-sign [include] path = .hostgitconfig