add co and cn aliases

This commit is contained in:
fanyx 2022-10-16 13:50:18 +02:00
parent 689b9d2d3c
commit 29fb1a20f5
1 changed files with 2 additions and 0 deletions

View File

@ -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