I am new in this,
Suppose, i am working on abc.txt file on my local system and didn't commit my change. And another user also trying to modify same file, that time he will get notification or email,xyz user already working on it.
is it possible in sourcetree or you have any alternative for this issue.?
Thanks in advance
Can you please elaborate a bit? Are you using git and are you expecting this feature?
And another user also trying to modify same file, that time he will get notification or email,xyz user already working on it.
Hi Hugo,
Yes, I am using Git and I am expecting this feature.
is any way to alert another user don't modified particular file something like.
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I guess you're looking for sharepoint or SVN 'lock' like feature. I don't think git allows you to 'lock' files. Pop-ups are also out of the question. I don't think you will find a feature like this in git. Especially on non text based document I do get you would want to but unfortunately it's not meant to do this. Just commit your changes, and the 'second' editor will see that something is up when he fetches and then tries to commit his changes based on previous commit (which precedes your changes).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.