X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Documentation%2Fgit-pull.txt;h=51577fcbe638981baf1870006eef633be304e26b;hb=ae448e3854d8b6e7e37aa88fa3917f5dd97f3210;hp=c65ca9a5300096d69d540657ffd963070f429874;hpb=36d277c72d90d32f99616072b64a2652248f5264;p=git.git diff --git a/Documentation/git-pull.txt b/Documentation/git-pull.txt index c65ca9a5..51577fcb 100644 --- a/Documentation/git-pull.txt +++ b/Documentation/git-pull.txt @@ -3,7 +3,7 @@ git-pull(1) NAME ---- -git-pull - Pull and merge from another repository. +git-pull - Pull and merge from another repository SYNOPSIS @@ -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]