Skip to content

Instantly share code, notes, and snippets.

View triple0t's full-sized avatar

Oluwaseun Olorunsola triple0t

View GitHub Profile
@triple0t
triple0t / git-branch.sh
Last active March 21, 2022 09:32
Create a new git branch name and print it out
#! /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