From ab3ce2584b6b53345442a3ab4f3f2a47bf7d00b4 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Thu, 16 Jun 2016 01:40:52 +0300 Subject: [PATCH] Move ``git remote update`` to different subsection --- pep-103.txt | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) 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 '''' -- 2.39.2