summitech / gitexplorer

Find the right git commands without digging through the web.
MIT License
1.84k stars 160 forks source link

[Suggestion]: prune local branches with remote #26

Closed rafaelcamargo closed 5 years ago

rafaelcamargo commented 5 years ago

This command might be useful to remove local branches that don't exist at remote anymore: git remote prune <remote-name>

setnemo commented 5 years ago

Good idea! You will be add this instruction?

rafaelcamargo commented 5 years ago

Nice, as soon as I have a free time, I will add it 👍