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