Click or drag to resize

EditorVCSInterfaceUnstageFile Method

Unstages the file which was staged previously to be committed, so that it is no longer committed when Commit(String) is called. Argument should contain the absolute path.

Namespace:  Godot
Assembly:  GodotSharpEditor (in GodotSharpEditor.dll) Version: 1.0.0
Syntax
C#
public void UnstageFile(
	string filePath
)

Parameters

filePath
Type: SystemString

[Missing <param name="filePath"/> documentation for "M:Godot.EditorVCSInterface.UnstageFile(System.String)"]

See Also