add rebase option

This commit is contained in:
Volkan Gezer
2014-08-04 14:36:13 +02:00
parent 6cd4596b87
commit 61b7431ff0

View File

@@ -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::