Interface IGitRepository
Inherited Members
Namespace: EyeAuras.Shared.Git
Assembly: EyeAuras.Shared.dll
Syntax
public interface IGitRepository : IDisposable
Properties
| Name | Description |
|---|---|
| GitIgnoreFile | |
| RepositoryDirectory |
Methods
| Name | Description |
|---|---|
| Commit(string) | |
| Init() | |
| InitGitIgnore() | |
| IsDirty() | |
| IsIgnored(FileSystemInfo) | |
| IsValid() | |
| ResetToCommit(string, ResetMode) | |
| RollbackToCommit(string) |