Im currently working on a project for school where I need to use git & github. I'm fairly new to git but know the basic commands for committing, branching and pushing.
Now my question is, how can I create the following branch structure :
master
|
---- branch_1
|
---- subbranch_1
---- subbranch 2
I've already tried a couple of things : first I followed a guide which you can find here but all my branches where on the same hierarchical order. I also exactly followedthis article but here again my branches were on the same level.
Please can anyone help me with this. Thank you in advance.