Skip to content

Commit 64360bf

Browse files
committed
Extend instructions with download command for git-subtree script
1 parent 3c94ee9 commit 64360bf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,5 +292,7 @@ Every time:
292292

293293
```
294294
ulimit -s 60000
295-
src/tools/miri/git-subtree.sh push --prefix src/tools/miri/ miri-your-fork miri-subtree-sync
295+
wget https://raw.githubusercontent.com/gitgitgadget/git/fe2e4819b869725f870cd3ce99f1f8150fe17dc1/contrib/subtree/git-subtree.sh
296+
sh git-subtree.sh push --prefix src/tools/miri/ miri-your-fork miri-subtree-sync
297+
rm git-subtree.sh
296298
```

0 commit comments

Comments
 (0)