Similar Posts

Subscribe
Notify of
2 Answers
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
Tefal40
1 year ago

A versioning software. It is there to determine all changes to the project. So every time you change a file, you have to push it to the main branch in a changelist. This allows you to reset the project to Stand X if you have a changelist error.
Now for your application: the versioning program has a cloud in which the project is stored. Every member of the team can always keep up to date or upload his changes.

Popular software is Git or Perforce. There is some free of charge. I recommend Git Lab where you got 10GB of free memory when I used it the last time.
A memory upgrade does not cost much at Git, however.
Perforce is already much more expensive, but can handle large files better.

BloosT
1 year ago

Git-Hub