Skip to content

Instantly share code, notes, and snippets.

@gidgid
Last active October 13, 2019 14:20
Show Gist options
  • Save gidgid/3fd04d4a21309345212f0bafa28f1261 to your computer and use it in GitHub Desktop.
Save gidgid/3fd04d4a21309345212f0bafa28f1261 to your computer and use it in GitHub Desktop.
Show how to use git checkout by regex
# imagine you're on master
# and you want to checkout to branch some-very-long-branch-name
$ g cor long
# using a unique part of the branch name makes it much easier to checkout
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment