Skip to content

Migration guide: Track correct develop branch #186

Open
@tobiasdiez

Description

@tobiasdiez

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions