From a9441a50e4bc01c8061c93d28165175ff19f0369 Mon Sep 17 00:00:00 2001 From: Stefan Gaiselmann Date: Sun, 6 Feb 2022 13:05:11 +0100 Subject: [PATCH] Added git checkout new branch alias. --- dot_gitconfig.tmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/dot_gitconfig.tmpl b/dot_gitconfig.tmpl index ae613e1..fabfd97 100644 --- a/dot_gitconfig.tmpl +++ b/dot_gitconfig.tmpl @@ -78,6 +78,7 @@ s = status --column --show-stash ss = status -s --branch -uno co = checkout + cob = checkout -b pr = remote prune origin # from pixelbeat