-
Notifications
You must be signed in to change notification settings - Fork 43
Command Line Examples
Eric Domke edited this page Jun 10, 2021
·
1 revision
export
-l http://host/alias
-d Database
-u admin
-p password
-o "OUTPUT_FILE_PATH.innpkg"
--multiple
--clean
-f "XML_DESCRIBING_WHAT_TO_EXPORT.xml"
Creates a package that applies the changes between two commits.
diff
--base "git:///BASE_REPO_PATH?path=FOLDER_IN_REPO&commit=SHA_OF_COMMIT"
--outputfile OUTPUT_PATH.innpkg
--ours "git:///BASE_REPO_PATH?path=FOLDER_IN_REPO&commit=SHA_OF_COMMIT"