We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Add support for the following Git command:
git reset <sha> -- a.txt
The changeset can be the head or an arbitrary changeset. Maybe an overload method for reset such as this would suit:
public void Reset(string shaOrReferenceName, IEnumerable<string> filePaths)