I need to keep my development trees in sync on different computers, with no network connection between them.
We have a central git repository, and I normally work on my own clone on my office computer. Sometimes I need to do some development on another computer, which is never connected to the office network. None of the computers are ever connected to Internet. Development may be performed on both computers between synchronizations.
I have read the help pages for git-bundle, which seems like the best tool, but I am not really sure how a good workflow could be set up.
Can you give me some advice or pointers?