Deleting Branches Easily with VS Code

preview_player
Показать описание
#shorts

Рекомендации по теме
Комментарии
Автор

We need a command to delete branches by time. Like delete branches older that 1 months (1 months since last commit) I have hundreds of branches locally and need to delete them manually.

Albanian
Автор

Small addition:
-D is just normal -d, but with force (-f)

_julian
Автор

I'd worry about mis-clicking and deleting the wrong branch - there doesn't seem to be a step to confirm. At least in the terminal you have to type in the name of the branch

vintendo
Автор

We need a command to clear/delete all the other branches and/or the ones that are no longer tracking a remote branch

ecasty