This file contains 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
#!/usr/bin/env bash | |
# git select (branch select) | |
# a git command for checking out a branch or deleting a branch via | |
# a bash selection menu that uses up/down arrow keys | |
# | |
# usage: | |
# - git select | |
# | |
# set up: |