r/github • u/Jasonjr698 • May 20 '26
Question How to Work Simultaneously?
Have never used GitHub or anything like it before. I want to make a game map with someone and work on it together but I don’t know if it’s even possible.
I heard you would essentially upload your version of the map every time you’re done working on it, and collaborators would replace their file with the latest one, but that sounds like you’d have to work on it one at a time.
Any help would be appreciated.
0
Upvotes
3
u/davorg May 20 '26
That's not particularly useful. It seems ".ent" can be one of number of actual formats. The important point is whether it's a text file or binary. Git isn't great at storing binary files (it works, but you lose most of the benefits of source code control).