Skip to content

Instantly share code, notes, and snippets.

@oliverspryn
Created February 18, 2022 15:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oliverspryn/fe0b98ebc5121d80d0712f5837765830 to your computer and use it in GitHub Desktop.
Save oliverspryn/fe0b98ebc5121d80d0712f5837765830 to your computer and use it in GitHub Desktop.
Git alias for checkout
git co my_branch
# To use, add this to your ~/.gitconfig file
[alias]
co = checkout
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment