The way I understand it, I cannot pull a certain directory in a branch on GitHub, but I would essentially have to make another branch and pull that whole branch.
So, for example:
Top
----Branch1
----Branch2
----Branch3
If I wanted to update the Branch2
folder, would I be better off assigning those sort of changes to a branch?
I would just like to confirm this before I go ahead and make these branches. Thank you.