Do you know how clean up stale remote branches in git?

Last updated by Brook Jeynes [SSW] 8 months ago.See history

Do you know that remote branches on your machines are not automatically removed in most of Git clients?

Git pro tip

If you use console for fetching data use this command to fetch and prune remotes/origin folder at the same time!

git fetch -p
We open source. Powered by GitHub