Created
August 14, 2025 13:29
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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