I introduce Git to a 10-person development team who are currently using Visual Source Safe.
They need to host their Git server inside the company. Windows or Linux. Directory authentication is Novell eDirectory.
They need some protection from who can click on the central server.
From:
https://stackoverflow.com/questions/923130/what-type-of-git-server-do-you-use-or-how-do-you-use-git
Perhaps the workflow might be:
- Install 10 users on the server.
- Set up a shared directory for the server file system in which 10 users have write access to
- Push files to the server via SSH, for example Git push dave@test.com : user1 / project.git
- But then I need the keys to be installed on the server
Question Does anyone use a workflow like this is successful in a company. What works? It starts to feel like most people use Git with GitHub, etc.
[Change]: see Selecting the source control system: logical next steps after VSS Git may not be suitable for this command.
git
Dave mateer
source share