Skip to content

Commit 38eb736

Browse files
committed
git-subtree does not like ./ prefixes.
1 parent fa2f2f1 commit 38eb736

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.rst

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
1-
Importing into another repository with git-subtree
2-
==================================================
1+
Importing into another repository with git-subtree_
2+
===================================================
3+
4+
.. _git-subtree: https://github.com/apenwarr/git-subtree
35

46
To import the first time to a ``./css-parsing-tests`` sub-directory,
57
run this from the top-level of a git repository::
68

7-
git subtree add -P ./css-parsing-tests https://github.com/SimonSapin/css-parsing-tests.git master
9+
git subtree add -P css-parsing-tests https://github.com/SimonSapin/css-parsing-tests.git master
810

911
Later, to merge changes made in the upstream repository, run::
1012

11-
./css-parsing-tests/update-subtree
13+
git subtree pull -P css-parsing-tests https://github.com/SimonSapin/css-parsing-tests.git master
1214

1315

1416
Result representation

update-subtree

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)