Can Git push / pull over the internet to distributed repos?
Posted
by Quigrim
on Stack Overflow
See other posts from Stack Overflow
or by Quigrim
Published on 2010-03-31T19:48:14Z
Indexed on
2010/03/31
20:03 UTC
Read the original article
Hit count: 216
git
I understand that Git can be used without a central repository. However, I am starting a project with several other people, and we are geographically distributed. I.e. We will never be on the same LAN to synch repos.
So my question: Is it possible to push / pull changes from each others repos over the internet? If so, how do I go about it? Easiest non-fuss way.
Thanx in advance.
© Stack Overflow or respective owner