Click or drag to resize

VersionControlManagerCommitAsync Method

Commits all current changes.

Namespace: Demo3D.Gui.VersionControl
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public Task CommitAsync(
	string message,
	string username,
	string email
)

Parameters

message  String
The commit message.
username  String
The Git user name.
email  String
The Git email address.

Return Value

Task

[Missing <returns> documentation for "M:Demo3D.Gui.VersionControl.VersionControlManager.CommitAsync(System.String,System.String,System.String)"]

See Also