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 0048518

Browse files
Update README.md
move recently added lines
1 parent efe28ff commit 0048518

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

‎README.md‎

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -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
4236
cd 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

Comments
(0)

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