add co and cn aliases
This commit is contained in:
parent
689b9d2d3c
commit
29fb1a20f5
|
@ -3,6 +3,8 @@
|
||||||
name = fanyx
|
name = fanyx
|
||||||
|
|
||||||
[alias]
|
[alias]
|
||||||
|
co = checkout
|
||||||
|
cn = checkout -b
|
||||||
l = log --pretty='format:%h %G? %s%d' -n20 --graph
|
l = log --pretty='format:%h %G? %s%d' -n20 --graph
|
||||||
tags = tag -l
|
tags = tag -l
|
||||||
branches = branch -a
|
branches = branch -a
|
||||||
|
|
Loading…
Reference in New Issue