I'm looking to run git to track the changes of files on a single computer that does not have network access. Multiple people will use the computer and each has their own user account. I want to be able to track what changes they make to code and ensure that we know which user made which changes. Is this possible?
As long as:
The users will be able to modify, add, and commit their change to the repo.
The only issue is concurrent changes on the same set of file: it is best if each user has its own clone of the repo, meaning:
In other words, the lack of network does not prevent you to establish one central repo, and multiple clones of that repo, one for each users.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With