You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes need to checkout a branch that is already downloaded into the repository because that branch is a child directory to another repository branch:
, where the 3_x is a parent (master) branch containing that .externals file.
Because 3_14_x and 3_15_x already downloaded, then I don't want to download them again and want to use current repository in the url: .
Or, for example, I could fetch only 3_14_x and don't want to fetch 3_15_x because each branch could weight hundreds of megabytes and I don't want to fetch them all in vcs import ....
Sometimes need to checkout a branch that is already downloaded into the repository because that branch is a child directory to another repository branch:
, where the
3_x
is a parent (master) branch containing that.externals
file.Because
3_14_x
and3_15_x
already downloaded, then I don't want to download them again and want to use current repository in the url:.
Or, for example, I could fetch only
3_14_x
and don't want to fetch3_15_x
because each branch could weight hundreds of megabytes and I don't want to fetch them all invcs import ...
.Or may be more advanced syntax:
, where
fetch-to-branch
will override default fetch and will checkout from the local branch.Additionally add command line options with wildcards:
To exclude:
To exclusive include:
Mixed (to rely on external fetch):
Is there a chance to add this?
The text was updated successfully, but these errors were encountered: