]> git.phdru.name Git - git-wiki.git/commitdiff
Move ``git remote update`` to different subsection
authorOleg Broytman <phd@phdru.name>
Wed, 15 Jun 2016 22:40:52 +0000 (01:40 +0300)
committerOleg Broytman <phd@phdru.name>
Wed, 15 Jun 2016 22:40:52 +0000 (01:40 +0300)
pep-103.txt

index bf8e3898f3f8daf0f259b9bb2c69fed67ba206f4..e953e0707bb644f809ca7b1c70baeb9363171ec3 100644 (file)
@@ -205,6 +205,16 @@ or update remote-tracking branches without updating local branches.
 Updating local and remote-tracking branches
 -------------------------------------------
 
+To update remote-tracking branches without updating local branches run
+``git remote update [$REMOTE...]``. For example::
+
+    $ git remote update
+    $ git remote update origin
+
+
+Fetch and pull
+''''''''''''''
+
 There is a major difference between
 
 ::
@@ -352,12 +362,6 @@ That changed in git 2.3, but see `the blog post
 for caveats; in 2.4 the push-to-deploy feature was `further improved
 <https://github.com/blog/1994-git-2-4-atomic-pushes-push-to-deploy-and-more#push-to-deploy-improvements>`_.
 
-To update remote-tracking branches without updating local branches run
-``git remote update [$REMOTE...]``. For example::
-
-    $ git remote update
-    $ git remote update origin
-
 
 Tags
 ''''