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
3
5
4
6
To import the first time to a ``./css-parsing-tests `` sub-directory,
5
7
run this from the top-level of a git repository::
6
8
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
8
10
9
11
Later, to merge changes made in the upstream repository, run::
10
12
11
- ./ css-parsing-tests/update-subtree
13
+ git subtree pull -P css-parsing-tests https://github.com/SimonSapin/css-parsing-tests.git master
12
14
13
15
14
16
Result representation
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments