Anyone collobarate on the same server with multiple devlopers?<p>I have this restricted server where I cannot run a daemon or a simple http server. So, We will have work on the same repo.<p>Is there any established workflow for this? I'm a git beginner.
Git can work fine with a simple SSH or file location/share remote.<p>Even (especially) if everyone is on the same machine you would want each developer to have their own clone of the repository and push/pull between each other and/or a central clone to exchange commits.
I'm not sure I understand what you mean.<p>Do you mean there are multiple developers working in the same local repository on a server you SSH into?<p>Or do you mean multiple devs working in the same codebase?