Hi,

I'm using git subtree on my project i did it by using.

git remote -f add example https://www.example.com/example.git

git checkout -b example example/master

git read-tree --prefix=modules/example -u example/master

How do I let other people on the project update the subtrees? as they do 
not see the remotes (that I added) when they clone the repo

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to