pushRepo
Push changes to a Git repository using staging information and optional user credentials.
Instructions
Pushes changes to a Git repository.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | The Git repository object. | |
| user | No | The username. | |
| staging | Yes | The staging information object. | |
| password | No | The password. |