Skip to content

Commit 980935f

Browse files
committed
Merge pull request #505 from bronson/patch-1
avoid fetching subtree's tags into project's tagspace
2 parents e468b9b + bd8dffe commit 980935f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/07-git-tools/sections/subtree-merges.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ We'll add the Rack project as a remote reference in our own project and then che
1212
[source,console]
1313
----
1414
$ git remote add rack_remote https://github.com/rack/rack
15-
$ git fetch rack_remote
15+
$ git fetch rack_remote --no-tags
1616
warning: no common commits
1717
remote: Counting objects: 3184, done.
1818
remote: Compressing objects: 100% (1465/1465), done.

0 commit comments

Comments
 (0)