-
-
Save timotheuslin/cb4fb965c6fe18ad9b972b4effb5269a to your computer and use it in GitHub Desktop.
Revisions
-
timotheuslin revised this gist
Oct 2, 2020 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -15,6 +15,6 @@ > **git pull upstream master** <br> 4. push > **git push** <br> Ref. https://www.geeksforgeeks.org/sync-your-fork-with-master-in-github/ -
timotheuslin revised this gist
Oct 2, 2020 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -6,12 +6,12 @@ > **git remote add upstream** git://github.com/ORIGINAL-DEV-USERNAME/REPO-YOU-FORKED-FROM.git <br> > **git fetch upstream** <br> 2. Merge upstream's master branch <br> > **git merge upstream/master** <br> (OR)<br> 3. Updating your fork from original repo to keep up with their changes:<br> > **git pull upstream master** <br> 4. push -
timotheuslin revised this gist
Oct 2, 2020 . 1 changed file with 8 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,15 +1,20 @@ 0. Setup your cloned-fork: <br> > git clone [email protected]:YOUR-USERNAME/YOUR-FORKED-REPO.git <br> > cd into/cloned/fork-repo <br> 1. Add remote from original repository in your forked repository: <br> > **git remote add upstream** git://github.com/ORIGINAL-DEV-USERNAME/REPO-YOU-FORKED-FROM.git <br> > **git fetch upstream** <br> 2 Merge upstream's master branch <br> > **git merge upstream/master** <br> (OR)<br> 3 Updating your fork from original repo to keep up with their changes:<br> > **git pull upstream master** <br> 4. push > **git push** <br> Ref. https://www.geeksforgeeks.org/sync-your-fork-with-master-in-github/ -
timotheuslin revised this gist
Oct 2, 2020 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -6,7 +6,7 @@ > **git fetch upstream** <br> 2.2 Merge upstream's master branch <br> > **git merge upstream/master** <br> (OR)<br> 2.1 Updating your fork from original repo to keep up with their changes:<br> > **git pull upstream master** <br> 3. push -
timotheuslin revised this gist
Oct 2, 2020 . 1 changed file with 8 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -4,7 +4,12 @@ 1. Add remote from original repository in your forked repository: <br> > **git remote add upstream** git://github.com/ORIGINAL-DEV-USERNAME/REPO-YOU-FORKED-FROM.git <br> > **git fetch upstream** <br> 2.2 Merge upstream's master branch <br> > **git merge upstream/master** <br> (OR) 2.1 Updating your fork from original repo to keep up with their changes:<br> > **git pull upstream master** <br> 3. push > **git push** <br> Ref. https://www.geeksforgeeks.org/sync-your-fork-with-master-in-github/ -
timotheuslin revised this gist
Oct 2, 2020 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -6,4 +6,5 @@ > **git fetch upstream** <br> 2. Updating your fork from original repo to keep up with their changes:<br> > **git pull upstream master** <br> > **git push** <br> -
timotheuslin revised this gist
Oct 2, 2020 . 1 changed file with 8 additions and 7 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,8 +1,9 @@ 0. Setup your cloned-fork: <br> > git clone [email protected]:YOUR-USERNAME/YOUR-FORKED-REPO.git <br> > cd into/cloned/fork-repo <br> 1. Add remote from original repository in your forked repository: <br> > **git remote add upstream** git://github.com/ORIGINAL-DEV-USERNAME/REPO-YOU-FORKED-FROM.git <br> > **git fetch upstream** <br> 2. Updating your fork from original repo to keep up with their changes:<br> > **git pull upstream master** <br> -
timotheuslin revised this gist
Oct 2, 2020 . 1 changed file with 5 additions and 5 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,8 +1,8 @@ 0. Setup your cloned-fork:<br> > git clone [email protected]:YOUR-USERNAME/YOUR-FORKED-REPO.git > cd into/cloned/fork-repo 1. Add remote from original repository in your forked repository:<br> > **git remote add upstream** git://github.com/ORIGINAL-DEV-USERNAME/REPO-YOU-FORKED-FROM.git > **git fetch upstream** 2. Updating your fork from original repo to keep up with their changes:<br> > **git pull upstream master** -
timotheuslin revised this gist
Oct 2, 2020 . 1 changed file with 3 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,8 +1,8 @@ 0. Setup your cloned-fork:<br> git clone [email protected]:YOUR-USERNAME/YOUR-FORKED-REPO.git cd into/cloned/fork-repo 1. Add remote from original repository in your forked repository:<br> **git remote add upstream** git://github.com/ORIGINAL-DEV-USERNAME/REPO-YOU-FORKED-FROM.git **git fetch upstream** 2. Updating your fork from original repo to keep up with their changes:<br> **git pull upstream master** -
timotheuslin revised this gist
Oct 2, 2020 . 1 changed file with 6 additions and 11 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,13 +1,8 @@ 0. Setup your cloned-fork: git clone [email protected]:YOUR-USERNAME/YOUR-FORKED-REPO.git cd into/cloned/fork-repo 1. Add remote from original repository in your forked repository: **git remote add upstream** git://github.com/ORIGINAL-DEV-USERNAME/REPO-YOU-FORKED-FROM.git **git fetch upstream** 2. Updating your fork from original repo to keep up with their changes: **git pull upstream master** -
CristinaSolana revised this gist
Feb 22, 2012 . No changes.There are no files selected for viewing
-
CristinaSolana created this gist
Feb 22, 2012 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,13 @@ ### 1. Clone your fork: git clone [email protected]:YOUR-USERNAME/YOUR-FORKED-REPO.git ### 2. Add remote from original repository in your forked repository: cd into/cloned/fork-repo git remote add upstream git://github.com/ORIGINAL-DEV-USERNAME/REPO-YOU-FORKED-FROM.git git fetch upstream ### 3. Updating your fork from original repo to keep up with their changes: git pull upstream master