Skip to content

Instantly share code, notes, and snippets.

@mikeyp
Created September 5, 2014 18:05
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 mikeyp/fe4667ecfc7743e5f7dd to your computer and use it in GitHub Desktop.
Save mikeyp/fe4667ecfc7743e5f7dd to your computer and use it in GitHub Desktop.
function branch {
git branch | cut -c 3- | peco | xargs git checkout
}
function proj {
cd $(find ~/git ~/www ~/ex -maxdepth 1 -type d | peco)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment