Talk:Jose Urra Log

From Open Source Ecology
Jump to: navigation, search

Github-GitKraken

Hi Jose, I have a question about GitKraken, I wonder if 2 people make changes to a FreeCAD file in parallel, and then both push their changes to the master branch, is the master branch going to fuse the changes or will put up the last pushed file? I saw in tutorials that the changes are fused when people work in text projects, but I'm not sure about a CAD project. (Roberto)

I do not think that works with non-text files. In that case it is best to coordinate the pull, so it is good to use branches. Ultimately, only one person can update the master branch at a time. In other words, the file update can not be done at once or automatically. Someone would have to do it as a last step. (Jose)