Add "git co" as "git checkout"
This commit is contained in:
parent
365e9b7ff7
commit
4984bbd3ea
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
||||||
b = "!git checkout $(git branch | fzf)"
|
b = "!git checkout $(git branch | fzf)"
|
||||||
c = commit
|
c = commit
|
||||||
clear = clean -fd
|
clear = clean -fd
|
||||||
|
co = checkout
|
||||||
cd = checkout develop
|
cd = checkout develop
|
||||||
cm = checkout master
|
cm = checkout master
|
||||||
cp = cherry-pick
|
cp = cherry-pick
|
||||||
|
|
Loading…
Add table
Reference in a new issue