Skip to content
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

Migration guide: Track correct develop branch #186

Open
tobiasdiez opened this issue Feb 7, 2023 · 1 comment
Open

Migration guide: Track correct develop branch #186

tobiasdiez opened this issue Feb 7, 2023 · 1 comment

Comments

@tobiasdiez
Copy link

If you have an existing clone of the sage repo that is still connected to the trac git repo, one needs to change it to track the new github repo. I think this should be something like

$ git fetch upstream
$ git branch -u upstream/develop develop
$ git remote set-head upstream -a

(or replace upstream by origin if you want to track the develop branch of your fork for some reason)

@kwankyu
Copy link

kwankyu commented Feb 8, 2023

I used git branch -D develop; git branch --track develop upstream/develop, but yours look simpler.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants