-
Notifications
You must be signed in to change notification settings - Fork 5
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
Default to the Python 3 version of jack #46
Comments
I was going to propose the same, and ask the same. Would clones be able to pull afterwards without issues, without any changes on their side? |
Issue #16 is about a feature that isn't present in the current default version. |
As long as we don't rename the 'master' branch, existing clones would pull from the same branch as before. New clones would get the new default branch, which would be 'main', i.e. Python 3. So we won't rename the 'master' branch in the near future. |
Maybe you can update the repository "About" description with hints about the meaning of the branches. I remember it took a while to figure out the python3 version is in a separate branch... |
It appears the default can be set using the web interface: |
Switched branches using the web interface. Closing. |
I want to discuss two issues here:
I think we are ready, but maybe we want to fix #16 first.
I've never done this, but it should be as simple as
and then change the default branch in github Settings->Branches to main.
We then could rename the master branch to e.g. python2 to avoid confusion.
What do you say? Comments welcome.
The text was updated successfully, but these errors were encountered: