slms4redd / slms-documentation

Documentation for all the SLMS components
2 stars 2 forks source link

Geobatch chapter #4

Closed oscarfonts closed 12 years ago

oscarfonts commented 12 years ago
oscarfonts commented 12 years ago

Made a "subtree merge" to sync with geobatch's repo. Commands run were:

git remote add -f gb_external git://github.com/geosolutions-it/geobatch.git git merge -s ours --no-commit gb_external/master git read-tree --prefix=geobatch/external/ -u gb_external/master:src/doc/source git commit -m "Geobatch doc/source subtree merged in geobatch/external"

Now, geobatch/external contents are pulled from gb_external:src/doc/source

To update latest changes from gb, use this command:

git pull -X subtree=src/doc/source gb_external master

For details on "subtree merge" strategy, see: https://help.github.com/articles/working-with-subtree-merge