From 29fb1a20f5bb9cb1f38fe7d82bbe7803e45e9b72 Mon Sep 17 00:00:00 2001 From: fanyx Date: Sun, 16 Oct 2022 13:50:18 +0200 Subject: [PATCH] add co and cn aliases --- .config/git/config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/git/config b/.config/git/config index 6ec21ca..39d3412 100644 --- a/.config/git/config +++ b/.config/git/config @@ -3,6 +3,8 @@ name = fanyx [alias] + co = checkout + cn = checkout -b l = log --pretty='format:%h %G? %s%d' -n20 --graph tags = tag -l branches = branch -a