How to Clean Up Your Local Repository with Git Commands

https://dev.to/this-is-learning/how-to-clean-up-your-local-repository-with-git-commands-531o

7 points · 1 comments · view on lemmy.world

1 Comments

charlybones@programming.dev · 1 pts · 3y

While I personally use the command line for most commands (specially git clean -fdx) I find using a client like Fork is useful for deleting local and remote branches at the same time.

Same goes for complicated rebases, which aren’t frequent, but I do use them.