[projects/git-slug: 156/170] Describe pull subcommand in man page

glen glen at pld-linux.org
Mon Sep 21 21:51:55 CEST 2015


commit a98dbf7e23bd67662f61dd70e88d119a5b067aba
Author: Kacper Kornet <draenog at pld-linux.org>
Date:   Wed Dec 12 05:48:46 2012 +0000

    Describe pull subcommand in man page

 slug.py.txt | 10 ++++++++++
 1 file changed, 10 insertions(+)
---
diff --git a/slug.py.txt b/slug.py.txt
index 22019f0..cf5e0c7 100644
--- a/slug.py.txt
+++ b/slug.py.txt
@@ -13,6 +13,7 @@ SYNOPSIS
 'slug.py fetch' [-d dir] [--depth depth]  [-j <threads>] pattern...
 'slug.py init' [-d dir] [-j <threads>] package...
 'slug.py list' [-b pattern...] pattern...
+'slug.py pull' [-d dir] [--depth depth]  [-j <threads>] pattern...
 'slug.py update' [-d dir] [--depth depth] [-j <threads>] [-n|-nn] [-P]
                  pattern...
 
@@ -72,6 +73,15 @@ Print the names of upstream repositories matching at least one of patterns.
 With '-b' <pattern> only repositories containing a branch matching the pattern are
 listed. Multiple '-b' options are allowed.
 
+'pull'::
+Update the remote branches in the set of packages that match at least on of the patterns
+and rebase local changes on top of remote-tracking branch corresponding to local branch.
+It is faster equivalent to performing git pull --rebase in every local repository.
+        --all;;
+            Perform rebase in all local repositories.
+        --noall;;
+            Perform rebase only in repositories with new changes fetched.
+
 'update' <pattern>...::
 
 Update the remote branches in the set of packages that match at least one of patterns.
================================================================

---- gitweb:

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



More information about the pld-cvs-commit mailing list