mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2025-01-11 23:57:21 -08:00
Revert "feature: ignore remote.{REMOTE}.mirror
settings (#844)"
This reverts commit 093176d10b
.
This commit is contained in:
parent
418897c5de
commit
7d0fa3b86d
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ namespace SourceGit.Commands
|
|||
Context = repo;
|
||||
TraitErrorAsOutput = true;
|
||||
SSHKey = new Config(repo).Get($"remote.{remote}.sshkey");
|
||||
Args = $"-c remote.{remote}.mirror=false push --progress --verbose ";
|
||||
Args = "push --progress --verbose ";
|
||||
|
||||
if (withTags)
|
||||
Args += "--tags ";
|
||||
|
|
Loading…
Reference in a new issue