Signed-off-by: Mary Anthony <mary@docker.com>
| ... | ... |
@@ -71,7 +71,9 @@ Always rebase and squash your commits before making a pull request. |
| 71 | 71 |
|
| 72 | 72 |
5. Edit and save your commit message. |
| 73 | 73 |
|
| 74 |
- Make sure you include your signature. |
|
| 74 |
+ `git commit -s` |
|
| 75 |
+ |
|
| 76 |
+ Make sure your message includes <a href="./set-up-git" target="_blank>your signature</a>. |
|
| 75 | 77 |
|
| 76 | 78 |
8. Push any changes to your fork on GitHub. |
| 77 | 79 |
|
| ... | ... |
@@ -23,7 +23,7 @@ You use the `docker` repository and its `Dockerfile` to create a Docker image, |
| 23 | 23 |
run a Docker container, and develop code in the container. Docker itself builds, |
| 24 | 24 |
tests, and releases new Docker versions using this container. |
| 25 | 25 |
|
| 26 |
-If you followed the procedures that <a href="../set-up-prereqs" target="_blank"> |
|
| 26 |
+If you followed the procedures that <a href="./set-up-prereqs" target="_blank"> |
|
| 27 | 27 |
set up the prerequisites</a>, you should have a fork of the `docker/docker` |
| 28 | 28 |
repository. You also created a branch called `dry-run-test`. In this section, |
| 29 | 29 |
you continue working with your fork on this branch. |
| ... | ... |
@@ -195,7 +195,7 @@ the branch to your fork on GitHub: |
| 195 | 195 |
|
| 196 | 196 |
9. Sign and commit your change. |
| 197 | 197 |
|
| 198 |
- $ git -s -m "Making a dry run test." |
|
| 198 |
+ $ git commit -s -m "Making a dry run test." |
|
| 199 | 199 |
[dry-run-test 6e728fb] Making a dry run test |
| 200 | 200 |
1 file changed, 1 insertion(+) |
| 201 | 201 |
create mode 100644 TEST.md |