diff --git a/gitconfig b/gitconfig index cfbddbc..7b65888 100644 --- a/gitconfig +++ b/gitconfig @@ -5,3 +5,18 @@ editor = vim [commit] verbose = true +[alias] + a = add + ap = add -p + br = branch + ca = commit --amend + c = commit + co = checkout + d = diff + ds = diff --staged + f = fetch + g = grep + p = push + s = status + st = status + t = tag