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 be1192c commit 7e7d39dCopy full SHA for 7e7d39d
CONTRIBUTING.md
@@ -40,7 +40,7 @@ submit the [Contributor License Agreement](https://cla.pivotal.io/sign/spring).
40
_you should see only 'origin' - which is the fork you created for your own github account_
41
4. `git remote add upstream [email protected]:spring-projects/spring-batch.git`
42
5. `git remote show`
43
-_you should now see 'upstream' in addition to 'origin' where 'upstream' is the *spring-projects*repository from which releases are built_
+_you should now see 'upstream' in addition to 'origin' where 'upstream' is the *spring-projects* repository from which releases are built_
44
6. `git fetch --all`
45
7. `git branch -a`
46
_you should see branches on origin as well as upstream, including 'master'_
0 commit comments