From: Oleg Broytman Date: Wed, 15 Jun 2016 22:40:52 +0000 (+0300) Subject: Move ``git remote update`` to different subsection X-Git-Url: https://git.phdru.name/?p=git-wiki.git;a=commitdiff_plain;h=ab3ce2584b6b53345442a3ab4f3f2a47bf7d00b4 Move ``git remote update`` to different subsection --- diff --git a/pep-103.txt b/pep-103.txt index bf8e389..e953e07 100644 --- a/pep-103.txt +++ b/pep-103.txt @@ -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 `_. -To update remote-tracking branches without updating local branches run -``git remote update [$REMOTE...]``. For example:: - - $ git remote update - $ git remote update origin - Tags ''''