user11222729
user11222729

Reputation: 61

Develop an application on 2 different machine

I would like to develop a web application (Django 1.11, python 2.7) on 2 different machines: the morning developping on a computer and the evening on another computer. currently I copy the entire folder from one machine to another Is there another way?

Upvotes: 2

Views: 69

Answers (1)

7wick
7wick

Reputation: 421

You can use a version control software to do so. Here are 15 best software to do the job.

Using these you can push your code from one machine and take the latest pull on another machine and start working from where you left and then push it again

Upvotes: 1

Related Questions