Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/iNPUTmice/Conversations.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index c7e242ee5..fbc8d2dcf 100644
--- a/README.md
+++ b/README.md
@@ -282,7 +282,7 @@ following (using `minidns` as an example):
git remote add minidns https://github.com/rtreffer/minidns.git
git fetch minidns
- git merge -s minidns/master
+ git merge -s subtree minidns master
To add a new dependency to the `libs/` directory: