File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -191,11 +191,17 @@ TODO(antoyo): but that's not what I remember I was doing.
191191
192192Using git-subtree with `rustc` requires a patched git to make it work.
193193The PR that is needed is [here](https://github.com/gitgitgadget/git/pull/493).
194- Compile it and copy those files to `/usr/local/bin` :
194+ Use the following instructions to install it :
195195
196196```
197- git-commit-tree git-ls-tree git-merge-tree git-read-tree git-write-tree
198- git-diff-tree git-merge-subtree git-mktree git-worktree
197+ git clone git@github.com : tqc /git.git
198+ cd git
199+ git checkout tqc/subtree
200+ make
201+ make install
202+ cd contrib/subtree
203+ make
204+ cp git-subtree ~ /bin
199205```
200206
201207### How to use [mem-trace](https://github.com/antoyo/mem-trace)
You can’t perform that action at this time.
0 commit comments