diff --git a/gitconfig b/gitconfig index 268ac5c..95bd63d 100644 --- a/gitconfig +++ b/gitconfig @@ -1,10 +1,13 @@ [alias] - co = checkout ci = commit st = status - stat = status + co = checkout di = diff --color-words + move = mv up = pull + stat = status + delete = rm + export = archive [color] diff = auto status = auto