From c1665d8711d088b230625cdd69b554cdeb74f6d1 Mon Sep 17 00:00:00 2001 From: Dean Gladish <46453883+gladishd@users.noreply.github.com> Date: Fri, 16 Apr 2021 11:32:22 -0400 Subject: [PATCH] Update README.md --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b2587fe..6dab970 100644 --- a/README.md +++ b/README.md @@ -40,12 +40,14 @@ We analyze your arm gestures. ### How to Contribute: 1. Fork the repo to your GitHub -2. Clone locally and navigate into the repo -3. Set upstream to the original(our) repo -4. Make a new branch +2. Clone locally and navigate into your version of the repo +3. Set upstream to the original(our) repo `git remote add upstream https://github.com/MLH-Fellowship/PoseRunner.git` +4. Make a new branch `git checkout -b newbranch` 5. Make changes 6. Make sure you pull upstream's main branch to local main to ensure updated changes get applied. - - If there are new changes added to the main branch you might need to rebase and resolve conflict(if any) + - If there is no conflict, then you can just make the PR as it is. + - If there are new changes added to the main branch you might need to rebase `git rebase main` and resolve conflict(if any) + - Once the conflict is resolved, then `git rebase --continue` 7. Push to your repo 8. Make a pull request and we will review it. :)