Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

change remote origin to fork

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
Source by gist.github.com #
 
PREVIOUS NEXT
Tagged: #change #remote #origin #fork
ADD COMMENT
Topic
Name
8+2 =