From 4af8673564e819c2835618ca82585520aaa0f066 Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Tue, 14 Nov 2017 09:54:17 -0800 Subject: [PATCH] Add git aliases --- git/config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/git/config b/git/config index a0b1beb..745a953 100644 --- a/git/config +++ b/git/config @@ -8,6 +8,8 @@ [alias] lg = log --oneline --graph --decorate root = rev-parse --show-toplevel + sb = show-branch + ap = add -p [credential] helper = cache [commit]