mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-22 04:34:59 +00:00
refactor: terminal/shell integration (#471)
This commit is contained in:
parent
817f8919fd
commit
fb0120d338
27 changed files with 445 additions and 427 deletions
|
@ -108,7 +108,7 @@ namespace SourceGit.Commands
|
|||
if (rsp != null && rsp.Choices.Count > 0)
|
||||
return rsp.Choices[0].Message.Content;
|
||||
|
||||
return string.Empty;
|
||||
return string.Empty;
|
||||
}
|
||||
|
||||
private string _repo;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue