X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Documentation%2Fgit-pull.txt;h=20175f4b9a71c0299c57aab9f6c4452fb05cc53f;hb=a348ab702a84983c258e4961a58b1b9502f428c8;hp=c65ca9a5300096d69d540657ffd963070f429874;hpb=3eeb419968c1f8f0a762a7127db770e9d9c8037d;p=git.git diff --git a/Documentation/git-pull.txt b/Documentation/git-pull.txt index c65ca9a5..20175f4b 100644 --- a/Documentation/git-pull.txt +++ b/Documentation/git-pull.txt @@ -29,8 +29,9 @@ include::fetch-options.txt[] include::pull-fetch-param.txt[] -include::merge-strategies.txt[] +include::urls.txt[] +include::merge-strategies.txt[] EXAMPLES -------- @@ -104,6 +105,11 @@ merge the remote `origin` head into the current, local `master` branch. +If you tried a pull which resulted in a complex conflicts and +would want to start over, you can recover with +gitlink:git-reset[1]. + + SEE ALSO -------- gitlink:git-fetch[1], gitlink:git-merge[1]