Skip to content

Commit c71e5c9

Browse files
committed
Updated GIT readme
1 parent 392ba23 commit c71e5c9

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

GIT-README.md

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
Shortcuts to recurrent Git commands
44

5+
## Sync remote fork
6+
7+
```bash
8+
git fetch public
9+
git checkout master
10+
git merge public/master
11+
```
12+
13+
Read more [here](https://help.github.com/articles/syncing-a-fork/).
14+
515
## Subtree
616

717
The `tests` directory is a Git subtree created with the

0 commit comments

Comments
 (0)