These are some very useful Git aliases that I've found to be invaluable when using Git on a day-to-day basis.
This will remove any branch from your local repo that has been merged in the remote. Useful for keeping your local copy clean.
Put this into your .bashrc
file or .bash_aliases
: