Git utilities
A set of personal bash commands that help me with day-to-day Git operations.
master
Checkout and pull the master branch from origin.
feat <my-new-feature>
Checkout a new feature branch in the form of feat/my-new-feature
from master.