Horje
change remote origin to fork Code Example
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




Shell

Related
pdf pages to images imagemagick Code Example pdf pages to images imagemagick Code Example
thelinuxterminal.com install nvm Code Example thelinuxterminal.com install nvm Code Example
install brew debian Code Example install brew debian Code Example
how to install gnome kali Code Example how to install gnome kali Code Example
ERR_NO_CERTIFICATES: Encountered adb error: NoCertificates. ionic Code Example ERR_NO_CERTIFICATES: Encountered adb error: NoCertificates. ionic Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10