I want to utilize git in my development workflow. I’m using Eclipse Juno.
I’m coming from CVS, but see lots of benefits from distributed VCS.
I’m reading Pro Git book, have read quite bit of it to start using it, but somehow something does not work the way I think it should to.
I’m doing well with it on single machine, but fail when I do remote repository sync.
This is what I want to achieve:
I have two PC-s, HOME & WORK. I want to develop on both PC, so chose git to sync them as well.
I created repository on the THUMB drive, and cloned it on HOME & WORK.
now, I want to develop on either HOME or WORK, commit locally, sync with THUMB, and then sync with another PC (HOME or WORK).
what commands should I issue to do this? (for example WORK -> THUMB -> HOME)
Basic workflow is commit locally using:
Until done, then:
Now switch the thumb drive to the other pc and then: