Public Methods
| Method | Description |
|---|---|
| DoGitGenerate | Generate a file in the Git repository as per the details provided to the properties. |
Public Properties
| Property | Description |
|---|---|
| GitCommitMessage | Sets the commit message. DATATYPE: Strong. |
| GitExistingBranch | The branch in which we want to generate a script. If this branch does not exist, the is shoes an error message. DATATYPE: String. |
| GitFilePath | Sets the file path for generating a script. It should be inside of the clone repository, otherwise is shows an error message. DATATYPE: String. |
| GitNewBranch | Creates a new/fresh branch by which you want to generate a script. If the branch already exists, then it shows an error message. DATATYPE: String. |
See Also