I want to create a sub-branch from an existing branch. My desired history would look like this:
--- master ----
\-*--* model -*-*-
\--*-- subbranch_model --*--
Does the subbranch_model will get the whole history from its parent branch model?
If it is, how can I accomplish that?