From fb5521396612ee887b22a0816409e0ef2dbc8be0 Mon Sep 17 00:00:00 2001 From: AdityaKanawade0 <93469865+AdityaKanawade0@users.noreply.github.com> Date: Sun, 31 Oct 2021 15:53:23 +0530 Subject: [PATCH] Update README.md I have tried my best to provide you with quality content , I hope you like this work . --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index ebc9e1b..34c811b 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,9 @@ Remote means the remote location of project on Github. By cloning, we have a rem You will see the benefits of adding remote later. ### Synchronizing your fork + + +Hacktoberfest is open to everyone in our global community! Maintainers determine if their open-source projects participate by adding the 'hacktoberfest' topic. Quality pull requests submitted on GitHub and GitLab are rewarded. Engaged maintenance of Hacktoberfest tagged repositories are rewarded. Open Source projects have a number of contributors who can push code anytime. So it is necessary to make your forked copy equal with the original repository. The remote added above called Upstream helps in this. `$ git checkout main` `$ git fetch upstream` `$ git merge upstream/main` `$ git push origin main`