what is an --orphan git branch? (intermediate) anthony explains #442

preview_player
Показать описание
today I walk through what an orphan branch is and a few use cases I have for creating them!

==========

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!
Рекомендации по теме
Комментарии
Автор

This stuff is really great! I had this one instance where I had to start from scratch on a functional repo and I deleted the whole repo and started back. This video should’ve existed back in 2019 😭. Another reason why you need to teach us Git the right way, Master Oogway 🙏🏻

akshaymestry
Автор

Thanks for this video. I am thinking of organizing my Github with a repository called (Lets say) Python and inside Python I define folder1 and folder2. What I want to do is to associate each folder with an orphan branch in order to separate any project (each folder will contain a new separate project) under Python from each other. Do you think in such scenario using orphan branches are a good idea?

sinanakhostin