Does anyone have experience using #git where multiple users clone / pull / push from the same central repository?
I’m thinking SSH remote or mounted file system (local / NFS / SMB).
Im asking for a small group of people with equal access and permissions. Think a team of developers.
My understanding is that this is possible. I just don’t know enough about it.
@drscriptt At $DAYJOB we just have a Linux server with regular accounts that people can log in to, with all developers as members of the git group and all repos as bare, shared repositories.
It had worked fine for a decade, but recent releases has started requiring us to add "safe directories" now, but we can live with that.