IVersionControlCommitAsync Method |
Commits all current changes.
Namespace:
Demo3D.Common
Assembly:
Demo3D.Common (in Demo3D.Common.dll) Version: 18.04.00
SyntaxTask CommitAsync(
string message,
string username,
string email
)
Parameters
- message
- Type: SystemString
The commit message. - username
- Type: SystemString
The Git user name. - email
- Type: SystemString
The Git email address.
Return Value
Type:
Task[Missing <returns> documentation for "M:Demo3D.Common.IVersionControl.CommitAsync(System.String,System.String,System.String)"]
See Also