Hi,
Here is very simple question for experienced Git user. I've created repository on git hosting and set up mine pc:
git init
git remote add origin git@*.sourcerepo.com:*/ *.git
Then, after some changes I do:
git add .
git commit
git push
All these actions are done on first developer pc.
Now the question: How does second developer access and take changes to repo? First of all he has to clone repo?