mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-22 12:45:00 +00:00
code_style: make geometry icon resources list in order
This commit is contained in:
parent
773eb9501f
commit
d2e3b683f1
5 changed files with 117 additions and 117 deletions
|
@ -46,7 +46,7 @@ namespace SourceGit.Commands
|
|||
|
||||
public bool Install()
|
||||
{
|
||||
return new SubCmd(_repo, $"lfs install", null).Exec();
|
||||
return new SubCmd(_repo, "lfs install --local", null).Exec();
|
||||
}
|
||||
|
||||
public bool Track(string pattern, bool isFilenameMode = false)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue