all repos — Private-Trackers-Spreadsheet @ 2b3a91a2f5010b1a858de4cd31cf46cdecf2e2dc

A spreadsheet providing detailed information about private trackers

Magic git for beginners
nafanz nafanz@mail.ru
Fri, 10 Jan 2020 21:13:22 +0500
commit

2b3a91a2f5010b1a858de4cd31cf46cdecf2e2dc

parent

6428f804821ede29f0017ec50c6dcdfed636476d

1 files changed, 21 insertions(+), 1 deletions(-)

jump to
M README.mdREADME.md

@@ -34,9 +34,29 @@ * Submit your changes for review

If you go to your repository on GitHub, you'll see a `Compare & pull request` button. Click on that button. +You will get a notification email once the changes have been merged. + +* Synchronize your branch with this repository + +Add the url of my repository to the field `upstream <remote url>`: + +`git remote add upstream git@github.com:nafanz/nafanz.github.io.git` + +Download the latest changes from my repository. + +`git fetch upstream` + +We are merging a new version of my repository with your master branch. + +`git rebase upstream/master` + +Pushing these changes to your GitHub repository. + +`git push origin master` + * Profit -You will get a notification email once the changes have been merged. +Keep track of the project and make new issue, changes. ### Contacts