co

branching

Check out a branch.

Usage: git co target-branch

CLI Command

git config --global alias.co "checkout"

.gitconfig Snippet

[alias]
  co = checkout