VersionControlManagerRevertToCommitAsync Method |
Reverts to a specified commit by creating a new commit that reverts all more recent commits.
Note that any unsaved or uncommitted changes will be lost.
Namespace: Demo3D.Gui.VersionControlAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxpublic Task RevertToCommitAsync(
string id,
string message,
string username,
string email
)
Parameters
- id String
- The full ID of the commit to revert to.
- message String
- The commit message for the new commit.
- username String
- The Git user name.
- email String
- The Git email address.
Return Value
Task[Missing <returns> documentation for "M:Demo3D.Gui.VersionControl.VersionControlManager.RevertToCommitAsync(System.String,System.String,System.String,System.String)"]
See Also