@@ -31,12 +31,6 @@ For beginners and intermediates!
3131``` git
3232$ git clone https://github.com/BolajiAyodeji/js-code-snippets.git
3333```
34- - To keep your fork up to date with the original <br >
35- ``` git
36- $ git add remote upstream https://github.com/BolajiAyodeji/js-code-snippets.git
37- $ git fetch upstream
38- $ git merge upstream/master
39- ```
4034- Enter the cloned directory <br >
4135``` git
4236cd js-code-snippets
@@ -57,7 +51,12 @@ $ git add --all
5751$ git commit -m "commit description here"
5852$ git push -u origin master
5953```
60- 54+ - To keep your fork up to date with the original <br >
55+ ``` git
56+ $ git add remote upstream https://github.com/BolajiAyodeji/js-code-snippets.git
57+ $ git fetch upstream
58+ $ git merge upstream/master
59+ ```
6160- Open a Pull Request ( [ What is a pull request?] ( https://yangsu.github.io/pull-request-tutorial/ ) )
6261- Add enough description of what you did, changes you made and if possible screenshots
6362- Wait for Review (Your PR would be reviewed and merged if deemed fit)
0 commit comments