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
| # ==================================================================== | |
| # Git Branch Checkout Script | |
| # ==================================================================== | |
| # | |
| # SETUP INSTRUCTIONS: | |
| # 1. Copy this entire script into a new file | |
| # 2. Save it as "git-checkout-all.ps1" (or any name you prefer) | |
| # 3. Place the file in a folder that contains a Git repository | |
| # | |
| # USAGE INSTRUCTIONS: |