mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-16 16:05:00 +00:00
refactor: rewrite checkout/create branch with submodules
Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
parent
e446e97f28
commit
0f6c8976af
8 changed files with 136 additions and 65 deletions
|
@ -864,7 +864,7 @@ namespace SourceGit.ViewModels
|
|||
{
|
||||
new Commands.Checkout(_repo.FullPath).Use(log).FileWithRevision(path, $"{_commit.SHA}");
|
||||
log.Complete();
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
private Task ResetToParentRevision(Models.Change change)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue