Skip to content

Instantly share code, notes, and snippets.

@BobToninho
Created January 18, 2024 16:57
Show Gist options
  • Save BobToninho/1869ef35d1444b06878ef1425703cfbd to your computer and use it in GitHub Desktop.
Save BobToninho/1869ef35d1444b06878ef1425703cfbd to your computer and use it in GitHub Desktop.
def gch [] {
let branch = git branch | fzf --cycle | tr -d '[:space:]'
git checkout $branch
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment