Skip to content

Instantly share code, notes, and snippets.

@humbdrag
Created January 16, 2022 19:31
Show Gist options
  • Save humbdrag/0123f91a2ad2891e06ce61f552f192a8 to your computer and use it in GitHub Desktop.
Save humbdrag/0123f91a2ad2891e06ce61f552f192a8 to your computer and use it in GitHub Desktop.
Fetch remote branch
git remote add csabella git@github.com:csabella/cpython.git
git fetch csabella
git switch -c bpo-12067 csabella/compare
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment