co
Check out a branch.
Usage:
git co target-branch
CLI Command
git config --global alias.co "checkout"
.gitconfig Snippet
[alias]
co = checkout
Check out a branch.
git co target-branch
git config --global alias.co "checkout"
[alias]
co = checkout