[Pkg-owncloud-commits] [owncloud-doc] 04/36: add rebase option
David Prévot
taffit at moszumanska.debian.org
Thu Aug 21 16:43:00 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud-doc.
commit 61b7431ff03c10ddab7a2888dbeefda7eec9b167
Author: Volkan Gezer <wakeup at users.noreply.github.com>
Date: Mon Aug 4 14:36:13 2014 +0200
add rebase option
---
developer_manual/general/devenv.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/developer_manual/general/devenv.rst b/developer_manual/general/devenv.rst
index 6101975..c016fd7 100644
--- a/developer_manual/general/devenv.rst
+++ b/developer_manual/general/devenv.rst
@@ -93,7 +93,7 @@ If you have more than one repository cloned, it can be time consuming to do the
then, e.g. to pull all changes in all repositories, you only need this::
- find . -maxdepth 3 -type d -name .git -exec sh -c 'cd "{}"/../ && pwd && git pull' \;
+ find . -maxdepth 3 -type d -name .git -exec sh -c 'cd "{}"/../ && pwd && git pull --rebase' \;
or to prune all merged branches, you would execute this::
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-doc.git
More information about the Pkg-owncloud-commits
mailing list