Skip to content

Commit ecc5a3f

Browse files
committed
Make imported subdirectory example consistent
1 parent a285eee commit ecc5a3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/07-git-tools/sections/rewriting-history.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ To run `filter-branch` on all your branches, you can pass `--all` to the command
292292

293293
===== Making a Subdirectory the New Root
294294

295-
Suppose you’ve done an import from another source control system and have subdirectories that make no sense (trunk, tags, and so on).
295+
Suppose you’ve done an import from another source control system and have subdirectories that make no sense (`trunk`, `tags`, and so on).
296296
If you want to make the `trunk` subdirectory be the new project root for every commit, `filter-branch` can help you do that, too:
297297

298298
[source,console]

0 commit comments

Comments
 (0)