DEV Community

Discussion on: A Git Cheatsheet Of Commands Every Developer Should Use

Collapse
 
loebkes profile image
Lui

I often use git branch --merged to identify branches that I can delete as I have already merged them. Same goes for --no-merged to find out if I've forgotten to merge some features.