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

git clone 转为 fork #83

Open
nmsn opened this issue Jan 31, 2023 · 1 comment
Open

git clone 转为 fork #83

nmsn opened this issue Jan 31, 2023 · 1 comment
Labels

Comments

@nmsn
Copy link
Owner

nmsn commented Jan 31, 2023

如题

@nmsn nmsn added the github label Jan 31, 2023
@nmsn
Copy link
Owner Author

nmsn commented Jan 31, 2023

https://gist.github.com/jagregory/710671

  1. Fork their repo on Github

  2. In your local, rename your origin remote to upstream

    git remote rename origin upstream

  3. Add a new origin

    git remote add origin git@github...my-fork

  4. Fetch & push

    git fetch origin
    git push origin

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

No branches or pull requests

1 participant