git: cleaning up merged branches (beginner - intermediate) anthony explains #193

preview_player
Показать описание
today I talk about techniques for cleaning up merged branches (both local and remote)

==========

I won't ask for subscriptions / likes / comments in videos but it really helps the channel. If you have any suggestions or things you'd like to see please comment below!
Рекомендации по теме
Комментарии
Автор

Thanks! I learned something new: `git branch --merged` and `git branch --remote`. Also that rebase gotcha is nice to know.

pearsonkevin
Автор

When I do git branch, it shows branches that have already been deleted in GitHub, and puts me on a semi colon, not allowing me to type another command. Any solution to this?
$ git branch
GetCreatorfunc
Improve-dropDups
Improve-filteringFunc
InvalidUserInput
arkExpandFunc
deleteSplitColumn
dev
fixAppendFolder
getHintConnector
getPidFromArk
* master
yellow-temples
:

jadenataylor