-1

I forked a submodule project on github and modified it.

I created new local and origin branches for my modifications, and set it as default branch in github.

Now when I'm adding the submodule into a project, it is not my branch but the old head branch that is being pulled.

How can I make it that my newly created branch will be pulled by default from github ?

How can I switch submodule branches within the submodule, within my project ?

4

1 回答 1

0

原来我只需要将主分支与我新创建的分支合并......

于 2012-06-05T11:59:53.060 回答