Updated git tips related to subtree to avoid weird issue when "pulling" subtree which was putting files in wrong locations.

This commit is contained in:
Jocelyn Fiat
2012-11-15 16:32:11 +01:00
parent e65c2da528
commit ead896e870

View File

@@ -8,7 +8,10 @@ For instance
Update
: git pull -s subtree ewf_wiki master
: git pull -X subtree=doc/wiki ewf_wiki master
: git pull -X subtree=contrib/ise_library/cURL ewf_curl master
: git pull -X subtree=contrib/library/text/parser/json ewf_json master
: git pull -X subtree=contrib/library/network/server/nino ewf_nino master
Reconnect subtree from a cloned repository
- doc/wiki