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 6528f31 commit e62ec2bCopy full SHA for e62ec2b
book/05-distributed-git/sections/contributing.asc
@@ -412,7 +412,7 @@ This is called a _refspec_.
412
See <<_refspec>> for a more detailed discussion of Git refspecs and different things you can do with them.
413
Also notice the `-u` flag; this is short for `--set-upstream`, which configures the branches for easier pushing and pulling later.
414
415
-Next, John e-mails Jessica to say he's pushed some changes to the `featureA` branch and ask her to verify them.
+Next, John e-mails Jessica to say he's pushed some changes to the `featureA` branch and asks her to verify them.
416
She runs a `git fetch` to pull down those changes:
417
418
[source,console]
0 commit comments