On Fri, 3 Jul 2015 06:58:17 -0700 (PDT)
p...@greenlogix.eu wrote:

> but I cant acess any git-scm.com url since this morning, maybe it's
> down or something

This book is called "Pro Git".  Google for it, and you'll find
alternate sources (including paperback offers).

> still, I dont understand why a simple "git init" creates something
> that is "not git (bare) client compatible"

Because it's more complicated than that.
The chief reason is that all repos in Git are "client", and pushing
into a "normal" repo (where a programmer works on their files) might
spoil the work of that programmer.  I detailed this problem and
possible solutions to it in my other post to this thread.

-- 
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