I have created a central bare repository somewhere, and upload my project (following this answer).
Now, I believe another person with access to the repository can clone or pull the contents. No problem with that. My question is, if he modifies the project and commits it, can he push this to the repository?
Also, is there a way to control this?
--
btw, I did not use the 'u' flag in git push -u origin master
. What was that flag for?