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.
2 parents e468b9b + bd8dffe commit 980935fCopy full SHA for 980935f
book/07-git-tools/sections/subtree-merges.asc
@@ -12,7 +12,7 @@ We'll add the Rack project as a remote reference in our own project and then che
12
[source,console]
13
----
14
$ git remote add rack_remote https://github.com/rack/rack
15
-$ git fetch rack_remote
+$ git fetch rack_remote --no-tags
16
warning: no common commits
17
remote: Counting objects: 3184, done.
18
remote: Compressing objects: 100% (1465/1465), done.
0 commit comments