From 40750abe8587815820e857d86eb7d4c0a65041a3 Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Fri, 17 Nov 2017 09:21:50 -0800 Subject: [PATCH] More git aliases --- git/config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/git/config b/git/config index 745a953..1e701a0 100644 --- a/git/config +++ b/git/config @@ -8,8 +8,9 @@ [alias] lg = log --oneline --graph --decorate root = rev-parse --show-toplevel - sb = show-branch ap = add -p + co = checkout + sb = show-branch [credential] helper = cache [commit]