Answer the question
In order to leave comments, you need to log in
How to synchronize development on 2 computers using git?
I have 2 computers at home, a desktop and a laptop, sometimes I work on one or the other, both are turned on at the same time, smartgit is installed locally, but how can I make sure that the data can be synchronized, at least manually? Win7 is everywhere.
Upd: over time, I wanted to turn a stationary PC into a server where production would be located, and on a laptop, for example, a dev branch, so dropbox is not suitable.
Answer the question
In order to leave comments, you need to log in
I have a similar scheme, a desktop with Win7 and a laptop with Ubuntu. I keep projects in private repos on Bitbucket.org, and then everything is simple - git pull / git push, etc. If access to the Internet is not 24/7 (which is unlikely), then you can raise your Git server on one of them (preferably a desktop).
Put the project in Dropbox.
If dropbox doesn't work, create a repository on bitbucket and store the code there.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question