Skip to content

Commit bd8dffe

Browse files
committed
subtree: avoid fetching tags into project space
Most people won't want to intermingle the subtree project's tags with their own.
1 parent e468b9b commit bd8dffe

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)