Merge pull request #16 from mengqiy/update_HOWTO
Update HOWTOMOVE doc
diff --git a/HOWTOMOVE.md b/HOWTOMOVE.md
index 984e205..4902899 100644
--- a/HOWTOMOVE.md
+++ b/HOWTOMOVE.md
@@ -8,6 +8,7 @@
Copying should preserve all the git history associated with it.
[Here](http://gbayer.com/development/moving-files-from-one-git-repository-to-another-preserving-history/) is a working approach.
+Note: You may need to use `--allow-unrelated-histories` if you get error when running `git pull` following the post above.
Then, you may need to restructure the package to make sure it has the following structure.