Live Reload problem when more than one person working same time

Hello,

I am facing one problem. When more than one person working on same project and any one of them saves file at his end then other person’s browser also refreshed. So is there any solution for that ?

Thanks.

Use a Version Control System, like GIT and work each one in a separate local copy of sourcecode. Then, you will able to join your work in the same repository.

Video: What is GIT?

Thanks @Ramonsan. GIT is already in backup plan. But I am finding any other solution. I will surely go with VCS if I don’t get any solution on livereload.