1

How does Git collaboration on a web text editor/web IDE works behind the scenes (like that of GitLab)? Do they shallow copy the git repo per user working on it and apply any operation (like branching, merging, rebasing) over that or how does that works?

Comments
  • 1
    Yeah, they actually just make a branch you can then merge. (Or it's done automatically)
Add Comment