Export to Git
February 1, 2021
|By Roberta Catizone
Created On
byRoberta Catizone
< Back
Component Overview
This component will run a git add files, a commit and a push for specific file location.
Flow Location
C:\VIPWork\AttachFilesToGit\AttachFilesToGit.vip
Submit through Executor Form
Yes
Use as part of models and TDA
Yes
Used in Solutions
Optionally for Message Management Create messages using a modelled csv
Operation
A single call will invoke the git.exe utility
Parameters
Parameter | Description | Internal |
parOutputDirectory | The directory containing any files to Committed to git | Y |
parGitLocation | The location of the git.exe file on the server | Y |
Output Data
A single list item containing the parOutputDirectory value
How to Use the component
Call the component with the correct directory to push and commit the files.
Table of Contents