Add "git co" as "git checkout"

This commit is contained in:
Yax 2023-06-27 08:02:14 +02:00
parent 365e9b7ff7
commit 4984bbd3ea

View file

@ -11,6 +11,7 @@
b = "!git checkout $(git branch | fzf)"
c = commit
clear = clean -fd
co = checkout
cd = checkout develop
cm = checkout master
cp = cherry-pick