1

I have a git repository which will have two users committing from the same repository on the same machine. I know I can edit the config options for the project to set a user for that particular repository, but is there a way to allow multiple users to commit from the same exact repository (perhaps by specifying username in the commit)?

Nick
  • 1,743
  • 6
  • 23
  • 38
  • `git commit --author="Foo "`, but why would you want to have different people work on the same repository? – Amadan Oct 20 '14 at 17:27
  • maybe http://stackoverflow.com/questions/6270193/multiple-working-directories-with-git – Andrew C Oct 20 '14 at 18:08

0 Answers0