We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 638b601 commit 810d4a7Copy full SHA for 810d4a7
README.md
@@ -41,6 +41,19 @@ git checkout master
41
# Making a new branch ia optional, but recommended to send a pull request to
42
# start using java-repo-tools.
43
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
57
git read-tree --prefix=java-repo-tools/ -u java-repo-tools
58
```
59
0 commit comments