Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You will need two git accounts. A root account where team 1 create the main project repo and to which all other teams get invited. Other teams create their own accounts. In one location on my machine I created the main project and linked it to the root git repo (so this became team 1 repo). I then git cloned from the invited team member’s git repo the project into another location on my machine. So the same project (git repo) was available in two git repos and on two file locations on my single machine, each location tied to a different git accounts account i.e. having different ORIGINS. Follow steps below to repeat the simulation:

...