Метод |
Описание |
|
AddBranch ( string name, string id ) : GitScc.GitBashResult |
|
|
AddTag ( string name, string id ) : GitScc.GitBashResult |
|
|
Archive ( string id, string fileName ) : void |
|
|
CheckoutBranch ( string name ) : void |
|
|
CherryPick ( string id ) : void |
|
|
DeleteBranch ( string name ) : GitScc.GitBashResult |
|
|
DeleteTag ( string name ) : GitScc.GitBashResult |
|
|
GetBranchId ( string name ) : GitScc.GitBashResult |
|
|
GetTagId ( string name ) : GitScc.GitBashResult |
|
|
GitRun ( string cmd ) : GitScc.GitBashResult |
|
|
GitRunCmd ( string cmd ) : void |
|
|
GitViewModel ( ) : System |
|
|
Init ( ) : void |
|
|
Merge ( string branchName ) : void |
|
|
Open ( string directory ) : void |
|
|
OpenGitBash ( ) : void |
|
|
OpenIgnoreFile ( ) : void |
|
|
Patch ( string id1, string fileName ) : void |
|
|
Patch ( string id1, string id2, string fileName ) : void |
|
|
Rebase ( string branchName ) : void |
|
|
RebaseI ( string id ) : void |
|
|
Refresh ( ) : void |
|
|
RefreshToolWindows ( ) : void |
|
|
Stash ( ) : void |
|
|
StashDrop ( ) : void |
|
|
StashPop ( ) : void |
|
|
TryFindFile ( string paths ) : string |
|
|
UndoCommit ( ) : void |
|
|
fileSystemWatcher_Changed ( object sender, FileSystemEventArgs e ) : void |
|
|
timer_Tick ( object sender, EventArgs e ) : void |
|
|