Skip to content

Instantly share code, notes, and snippets.

@lherich
Created April 15, 2016 09:06
Show Gist options
  • Save lherich/37597f0df5ad40500d20d9d5e0ce93ee to your computer and use it in GitHub Desktop.
Save lherich/37597f0df5ad40500d20d9d5e0ce93ee to your computer and use it in GitHub Desktop.
Checkout git branch by grep
alias gitcheck=gitcheckFunc
gitcheckFunc() {
git branch | grep $1 | xargs git checkout
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment