File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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
46To import the first time to a ``./css-parsing-tests `` sub-directory,
57run 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
911Later, 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
1416Result representation
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments