Skip to content

Instantly share code, notes, and snippets.

@jonfazzaro
Created August 14, 2025 13:29
Show Gist options
  • Select an option

  • Save jonfazzaro/fa32229678841dec36096c3ddba59166 to your computer and use it in GitHub Desktop.

Select an option

Save jonfazzaro/fa32229678841dec36096c3ddba59166 to your computer and use it in GitHub Desktop.
A script to quickly join an ensemble as a driver to work on a branch that you may not have pulled down yet.
#!/bin/sh
git fetch origin
npx --yes git-branch-selector
git pull
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment