I’m just curious, because I’ve noticed that some repositories have their branches setup like this:
git branch -a
master
remotes/origin/branch1
remotes/origin/branch2/lala
remotes/origin/branch2/yay
remotes/origin/branch3
remotes/origin/branch4
I’m just curious how they do the branch lala and yay under branch2; or is that not a branch?
Any insight?
The
branch2/lalaandbranch2/yaybranches aren’t really “under” a branch namedbranch2. Each is just a normal branch, whose names happens to contain a/.