So i recently moved over from Perforce to source tree, and i have a file checked out but on my other team mates work station it doesn't say that the file is checked out.
Its causing issues when we are not communicating (due to time zones) but both editing the same file inside UE4.
Thanks,
Hi
Assuming you are using Git then Git does not include the concept of locks or exclusive checkouts. Usual working practice is for each person to be walking on their own branch which is then merged in to master, or similar main branch, after pull request/review.
Okay so with perforce two people couldn't be working on the same script so my issue is if we have both done work on it and then committed it what would happen to say my changes?
Would they be overwritten on can sourceTree merge the Binaries so both our work is kept?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If it was a text based file, Git would manage merging the two sets of modifications. That process doesn't work with binary files so the last commit/merge wins.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.