-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doesn't split Branches #28
Comments
I have a similar issue. DId you manage to solve yours ? I have branches : 2.9.x but only the 2.11.x branch is splited, not the others, for unknown reasons. Tags are splitted correctly however. Here is my gitsplit config (can't show the repos as they are privates) :
|
@romainruaud we did a full checkout of the repo and then it worked: https://github.com/coreshop/CoreShop/blob/master/.github/workflows/gitsplit.yml |
This does not change anything for me, since we introduced a 2.11.x branch, only this one is synced, that's very strange :/ |
Got it, in fact it only splits the branch that are tracked locally. So adding this before launching makes it sync all the branches :
|
We setup gitsplit as Github Action like this:
The .gitsplit config looks like this:
But it doesn't split the Branches. Branches are named:
It splits the tags though.... Something we did wrong?
(https://github.com/coreshop/CoreShop/actions/runs/3995937744/jobs/6855392905)
The text was updated successfully, but these errors were encountered: