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.
1 parent bb082a3 commit f206167Copy full SHA for f206167
src/Commands/Fetch.cs
@@ -21,7 +21,6 @@ public Fetch(string repo, string remote, bool noTags, bool force)
21
Args += "--force ";
22
23
Args += remote;
24
-
25
}
26
27
public Fetch(string repo, Models.Branch local, Models.Branch remote)
0 commit comments