Skip to content

Commit 3686a49

Browse files
committed
test-devserver.sh is replaced by scripts/test-localhost.sh.
Also, update the README instructions for how to push changes upstream.
1 parent 0cd0a1e commit 3686a49

File tree

2 files changed

+3
-64
lines changed

2 files changed

+3
-64
lines changed

README.md

+3-12
Original file line numberDiff line numberDiff line change
@@ -135,18 +135,9 @@ The first time using the `subtree` command, we may need to use the `--rejoin`
135135
argument.
136136

137137
```
138-
git subtree split --prefix=java-repo-tools -b java-repo-tools-update-from-java-docs-samples
139-
git checkout java-repo-tools-update-from-java-docs-samples
140-
git push java-repo-tools java-repo-tools-update-from-java-docs-samples
141-
```
142-
143-
After you have committed all the changes you want to your `java-repo-tools`
144-
branch, you can push to the upstream `java-repo-tools` repository with the
145-
following command. (Replace `name-for-remote-branch` with the name you'd like to
146-
give the branch on the `java-repo-tools` repository.)
147-
148-
```
149-
git push java-repo-tools java-repo-tools:name-for-remote-branch
138+
git subtree split --prefix=java-repo-tools -b ${USER}-push-java-repo-tools
139+
git checkout ${USER}-push-java-repo-tools
140+
git push java-repo-tools ${USER}-push-java-repo-tools
150141
```
151142

152143
Then, you can send a pull request to the `java-repo-tools` repository.

test-devserver.sh

-52
This file was deleted.

0 commit comments

Comments
 (0)