Hi,
I have a little issue when we Pull files using SourceTree.
Example:
- I got an open file names
example.php
with the text “Text 1” in it. - One of our developer edit this file in his PC and add another line to it of “Text 2”.
- I sow that I got updated to Pull so I Pull them using SourceTree when the file is still opened on my PC.
- Sublime detect that the file has been modified and Refresh it automatically to me (that is good).
- Now I like to add another line to the file of “Text 3” but I made Undo (CTRL + Z) before I added it.
- At this moment Sublime remember the history and even the file refreshed it will remove the “Text 2” line from it, so when I will Push my changes the file will include only “Text 1” and “Text 3”.
When you are working on big files this issue is really bad.
What I need is that Sublime will remove the History when it reload modified files, so my CTRL + Z will no works in those cases.
I know I can Revert or Close & Open the file but it is not a good solution because if one of our developers will forgot it we will still have this issue, and I like to prevent it.
Thanks.