Skip to content

Commit

Permalink
test-devserver.sh is replaced by scripts/test-localhost.sh.
Browse files Browse the repository at this point in the history
Also, update the README instructions for how to push changes upstream.
  • Loading branch information
tswast committed Jun 20, 2016
1 parent 0cd0a1e commit 3686a49
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 64 deletions.
15 changes: 3 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,18 +135,9 @@ The first time using the `subtree` command, we may need to use the `--rejoin`
argument.

```
git subtree split --prefix=java-repo-tools -b java-repo-tools-update-from-java-docs-samples
git checkout java-repo-tools-update-from-java-docs-samples
git push java-repo-tools java-repo-tools-update-from-java-docs-samples
```

After you have committed all the changes you want to your `java-repo-tools`
branch, you can push to the upstream `java-repo-tools` repository with the
following command. (Replace `name-for-remote-branch` with the name you'd like to
give the branch on the `java-repo-tools` repository.)

```
git push java-repo-tools java-repo-tools:name-for-remote-branch
git subtree split --prefix=java-repo-tools -b ${USER}-push-java-repo-tools
git checkout ${USER}-push-java-repo-tools
git push java-repo-tools ${USER}-push-java-repo-tools
```

Then, you can send a pull request to the `java-repo-tools` repository.
Expand Down
52 changes: 0 additions & 52 deletions test-devserver.sh

This file was deleted.

0 comments on commit 3686a49

Please sign in to comment.