Show git branches that haven't been merged
Quick tip on how to show your git branches that haven't been merged yet.
git branch --no-merged
Very useful when trying to clean-up after a long week of developing many features in tandem.
Quick tip on how to show your git branches that haven't been merged yet.
git branch --no-merged
Very useful when trying to clean-up after a long week of developing many features in tandem.