You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
I have a script that finds all submodules on a repository and all base repositories, and runs a fetch --prune on them. I get notification of many branches being deleted. When I run the script again, it doesn't show those branches anymore, so they get updated.
I have SourceTree opened. Those branches are not deleted. only when I run a Fetch inside SourceTree they dissapear. If restart SourceTree or press F5 it doesn't happen either.
How come this is happening? It's the same repos, the difference is that I use the SourceTree git from command line to do it.