Skip to content

Commit 810d4a7

Browse files
committed
Update README.md
1 parent 638b601 commit 810d4a7

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,19 @@ git checkout master
4141
# Making a new branch ia optional, but recommended to send a pull request to
4242
# start using java-repo-tools.
4343
git checkout -b use-java-repo-tools
44+
```
45+
46+
So that we can pull future updates from the `java-repo-tools` repository, we
47+
merge histories. This way we won't get unnecessary conflicts when pulling changes
48+
in.
49+
50+
```
51+
git merge -s ours --no-commit java-repo-tools/master
52+
```
53+
54+
Finally, read the `java-repo-tools` into a subtree.
55+
56+
```
4457
git read-tree --prefix=java-repo-tools/ -u java-repo-tools
4558
```
4659

0 commit comments

Comments
 (0)