mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 02:09:45 +07:00
add rebase option
This commit is contained in:
@@ -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::
|
||||
|
||||
|
||||
Reference in New Issue
Block a user