A set of personal bash commands that help me with day-to-day Git operations.
Checkout and pull the master branch from origin.
Checkout a new feature branch in the form of feat/my-new-feature
from master.
Open the repository in the browser (GitHub/GitLab).
Open the GitHub or GitLab UI in the browser to create a new PR/MR based on the current branch.
Fetches from remote and removes all merged branches.