mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-22 20:54:59 +00:00
refactor: use --tags
instead of --force
for git fetch
command if Fetch without tags
is turned off (#684)
Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
parent
503f700fc2
commit
1f158eeded
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ namespace SourceGit.Commands
|
|||
if (noTags)
|
||||
Args += "--no-tags ";
|
||||
else
|
||||
Args += "--force ";
|
||||
Args += "--tags ";
|
||||
|
||||
if (prune)
|
||||
Args += "--prune ";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue