diff --git a/gitconfig b/gitconfig index cd579c7..8fc90e3 100644 --- a/gitconfig +++ b/gitconfig @@ -13,15 +13,16 @@ conflictstyle = diff3 [alias] # Basics - st = status -s + br = branch + ck = checkout cl = clone cm = commit -m cma = commit -am - ck = checkout - br = branch + ds = diff --staged g = grep -En - gf = grep -Fn - gi = grep -iFn + gf = grep -Fn -- + gi = grep -iFn -- + st = status -s # Tweak defaults bra = branch -ra