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
#! /bin/bash | |
# Exit if any command fails. | |
set -e | |
# Create a new git branch name and print it out | |
# author: Oluwaseun Olorunsola | |
# url: https://github.com/triple0t | |
# gist: https://gist.github.com/triple0t/cd2853f3d73c2ce3ea05de294ccea619 | |
# version: 1.0.1 |