- createReference
GitReference createReference(GitRepo repo, string name, GitOid target, bool force)
Undocumented in source. Be warned that the author may not have intended to support it.
- createSymbolicReference
GitReference createSymbolicReference(GitRepo repo, string name, string target, bool force)
Undocumented in source. Be warned that the author may not have intended to support it.
- dwimReference
GitReference dwimReference(GitRepo repo, string shorthand)
Undocumented in source. Be warned that the author may not have intended to support it.
- lookupReference
GitReference lookupReference(GitRepo repo, string name)
Undocumented in source. Be warned that the author may not have intended to support it.
- lookupReferenceId
GitOid lookupReferenceId(GitRepo repo, string name)
Undocumented in source. Be warned that the author may not have intended to support it.