Revert "feature: ignore remote.{REMOTE}.mirror settings (#844)"

This reverts commit 093176d10b.
This commit is contained in:
leo 2024-12-30 17:34:37 +08:00
parent 418897c5de
commit 7d0fa3b86d
No known key found for this signature in database

View file

@ -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 ";