@@ -416,12 +416,11 @@ REVISIONS" section of linkgit:gitrevisions[7].
416
416
Updating a repository with git fetch
417
417
------------------------------------
418
418
419
- Eventually the developer cloned from will do additional work in her
420
- repository, creating new commits and advancing the branches to point
421
- at the new commits.
419
+ After you clone a repository and commit a few changes of your own, you
420
+ may wish to check the original repository for updates.
422
421
423
- The command `git fetch`, with no arguments, will update all of the
424
- remote-tracking branches to the latest version found in her
422
+ The `git- fetch` command , with no arguments, will update all of the
423
+ remote-tracking branches to the latest version found in the original
425
424
repository. It will not touch any of your own branches--not even the
426
425
"master" branch that was created for you on clone.
427
426
@@ -1811,8 +1810,8 @@ manner.
1811
1810
You can then import these into your mail client and send them by
1812
1811
hand. However, if you have a lot to send at once, you may prefer to
1813
1812
use the linkgit:git-send-email[1] script to automate the process.
1814
- Consult the mailing list for your project first to determine how they
1815
- prefer such patches be handled .
1813
+ Consult the mailing list for your project first to determine
1814
+ their requirements for submitting patches .
1816
1815
1817
1816
[[importing-patches]]
1818
1817
Importing patches to a project
@@ -2255,7 +2254,7 @@ $ git checkout test && git merge speed-up-spinlocks
2255
2254
It is unlikely that you would have any conflicts here ... but you might if you
2256
2255
spent a while on this step and had also pulled new versions from upstream.
2257
2256
2258
- Some time later when enough time has passed and testing done, you can pull the
2257
+ Sometime later when enough time has passed and testing done, you can pull the
2259
2258
same branch into the `release` tree ready to go upstream. This is where you
2260
2259
see the value of keeping each patch (or patch series) in its own branch. It
2261
2260
means that the patches can be moved into the `release` tree in any order.
0 commit comments