From 0708919137008d2c9b24ebae3623723cec9696a1 Mon Sep 17 00:00:00 2001 From: Hendrik Jaeger Date: Thu, 11 Oct 2018 11:11:10 +0200 Subject: Add 'cob' alias for 'checkout -b' --- .config/git/config | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/git/config b/.config/git/config index d729298..84acf2e 100644 --- a/.config/git/config +++ b/.config/git/config @@ -26,6 +26,7 @@ cl = clone ci = commit co = checkout + cob = checkout -b br = branch r = reset cp = cherry-pick -- cgit v1.2.3