Is there any way with Git (on windows) to work with the same repository from several computers ?
Actually, I’m working from either a desktop computer or a laptop. I’d to work with the same repository whatever computer is used.
I know I can use Git to push/pull from a central repository, but it’s not transparent (as I have to push before switching computer).
Using an usb key could be a solution, but I have troubles when switching, as the drive letter are not the same from one computer to another.
Thanks for tips
You could put your repository into some kind of cloud storage like DropBox and use it from both computers.