From 0febd5ce8497de5cf754990cf47e15e6c37ce2ba Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Sat, 18 Nov 2017 16:08:18 -0800 Subject: [PATCH] git aliases --- git/config | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/git/config b/git/config index 1e701a0..edc0cbc 100644 --- a/git/config +++ b/git/config @@ -6,10 +6,15 @@ [push] default = simple [alias] + ap = add -p + c = commit + co = checkout + cp = cherry-pick + d = diff + dc = diff --cached lg = log --oneline --graph --decorate root = rev-parse --show-toplevel - ap = add -p - co = checkout + s = status sb = show-branch [credential] helper = cache