We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--tags
--force
git fetch
Fetch without tags
1 parent 503f700 commit 1f158eeCopy full SHA for 1f158ee
src/Commands/Fetch.cs
@@ -16,7 +16,7 @@ public Fetch(string repo, string remote, bool noTags, bool prune, Action<string>
16
if (noTags)
17
Args += "--no-tags ";
18
else
19
- Args += "--force ";
+ Args += "--tags ";
20
21
if (prune)
22
Args += "--prune ";
0 commit comments