|
Version Control Integrations > Git Integration > Command-Line Client |
|
|
ccollab addgitdiffs |
|
The ccollab addgitdiffs command uploads differences between arbitrary versions of files in Git. The differences are generated using the native 'git diff' command of Git. Command Line Syntax: ccollab [global-options] addgitdiffs [--upload-comment <value>] <review> [<git-diff-arg> [<git-diff-arg> ...]]
Remarks: Do not use diff arguments that affect the diff output such as '-U unified'. The Collaborator command-line client will automatically select an output format that ensures you will get all the data you need on the server. Examples: To upload all changes between the revision 8 revisions ago and the revision 4 revisions ago: ccollab addgitdiffs review master~8 master~4 To upload all changes in your local working directory: ccollab addgitdiffs review |
|
© 2003-2025 SmartBear Software. All rights reserved. |