push
Send already-committed work to the remote without making a new commit. Pushes the current branch; on a branch's first push, sets the remote branch as its upstream automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| remoteName | No | Remote name. Default origin. | origin |
| workingDirectory | No | Git repo path. Default current directory. | . |