kieranpotts / dotfiles

My UNIX dotfiles.
MIT License
1 stars 0 forks source link

Git "unmerged" alias to list all branches not yet integrated with the default branch #226

Open kieranpotts opened 1 year ago

kieranpotts commented 1 year ago
git branch --no-merged master

This would effectively compliment the fell alias, which automatically deletes branches merged with the default branch.

Source: