Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit effbdff

Browse files
Merge pull request BolajiAyodeji#5 from Edmund1645/master
Add help to keep fork in sync with upstream
2 parents 23ab835 + 0048518 commit effbdff

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

‎README.md‎

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ For beginners and intermediates!
3131
```git
3232
$ git clone https://github.com/BolajiAyodeji/js-code-snippets.git
3333
```
34-
3534
- Enter the cloned directory <br>
3635
```git
3736
cd js-code-snippets
@@ -52,7 +51,12 @@ $ git add --all
5251
$ git commit -m "commit description here"
5352
$ git push -u origin master
5453
```
55-
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+
```
5660
- Open a Pull Request ( [What is a pull request?](https://yangsu.github.io/pull-request-tutorial/) )
5761
- Add enough description of what you did, changes you made and if possible screenshots
5862
- Wait for Review (Your PR would be reviewed and merged if deemed fit)

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /