Update set-up-git.md (#4591)

This commit is contained in:
Wang Jie 2017-09-15 06:56:03 +08:00 committed by Misty Stanley-Jones
parent bc4d4722ea
commit 1227bf3453
1 changed files with 3 additions and 3 deletions

View File

@ -85,7 +85,7 @@ target="_blank">docker/docker repository</a>.
Take a moment to familiarize yourself with the repository's contents. List Take a moment to familiarize yourself with the repository's contents. List
the contents. the contents.
## Task 2. Set your signature and an upstream remote ## Task 2. Set your signature and an upstream remote
When you contribute to Docker, you must certify you agree with the When you contribute to Docker, you must certify you agree with the
<a href="http://developercertificate.org/" target="_blank">Developer Certificate of Origin</a>. <a href="http://developercertificate.org/" target="_blank">Developer Certificate of Origin</a>.
@ -192,7 +192,7 @@ the branch to your fork on GitHub:
master master
``` ```
The current branch has an * (asterisk) marker. So, these results shows you The current branch has an * (asterisk) marker. So, these results show you
are on the right branch. are on the right branch.
4. Create a `TEST.md` file in the repository's root. 4. Create a `TEST.md` file in the repository's root.
@ -281,4 +281,4 @@ commit is signed.
Congratulations, you have finished configuring both your local host environment Congratulations, you have finished configuring both your local host environment
and Git for contributing. In the next section you'll [learn how to set up and and Git for contributing. In the next section you'll [learn how to set up and
work in a Docker development container](set-up-dev-env.md). work in a Docker development container](set-up-dev-env.md).