[projects/git-slug: 157/170] Modify HOWTO with usage of pull subcommand

glen glen at pld-linux.org
Mon Sep 21 21:52:00 CEST 2015


commit 5a1be5bc29aeaf0029ec60cc2c6d318cd8ee767c
Author: Kacper Kornet <draenog at pld-linux.org>
Date:   Wed Dec 12 13:50:07 2012 +0000

    Modify HOWTO with usage of pull subcommand

 HOWTO | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/HOWTO b/HOWTO
index bd9da52..bf19527 100644
--- a/HOWTO
+++ b/HOWTO
@@ -32,10 +32,16 @@ However be afraid that it will take some time to clone all of them.
 
 If you have already cloned some repositories and you want to update them:
 
-  slug.py fetch 
+  slug.py pull
 
-It will fetch all branches and will store them in 'origin' remote. You can look
-at it as an faster version of executing 'git fetch' for every local repository. 
+It will fetch all branches and will store them in 'origin' remote. Afterwards
+it will rebase your local changes in current branch on top of corresponding
+remote-tracking branch You can look at it as an faster version of executing
+'git pull --rebase for every local repository. 
+
+If you prefer only to update your remote-tracking branches you can run:
+
+  slug.py fetch
 
 
 * Advanced usage
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/projects/git-slug.git/commitdiff/4ed64f73960519a2f4fd04c42950b2c96ae795c5



More information about the pld-cvs-commit mailing list