We are two person, working on a same project. Our Source code is in PHP. We use XAMPP
to test our code on localhost
.
We are connected through LAN, We can see and change settings of Database by access to http://192.168.192.XXX/phpmyadmin/
.
If person1 makes any changes in the code than he has to send it to the person 2 by email so that he may get the changed source code.
I want to know is there a method by which we can share our files on LAN. Because the Person 2 has to wait for person 1 to make changes and send the zip file.
is there a way by which we can keep only copy of the code , and both can access and make changes in it..
FTP is blocked in our LAN.