Re: Working from different machines.

2016-08-18 Thread Tobiah
On 08/17/2016 03:41 PM, Junio C Hamano wrote: Tobiah writes: In other words, I want to work from different machines, and always sit down to the environment exactly as I last left it. You have several options, but it depends on untold expectations you have beyond "exactly as I last le

Re: Working from different machines.

2016-08-18 Thread Tobiah
* First, `--mirror` might be what the relation between 'desktop' and 'home' repositories should be. Here's what I'm trying, am I in the right ballpark? desk> git branch * master desk> git checkout -b banana Switched to a new branch 'banana' desk> echo 'message' > oracle desk> git add ora

Working from different machines.

2016-08-17 Thread Tobiah
Right now I have a server at work where I keep a bare repository as a source and backup for projects. So I clone a project from there to my desktop, and work, making a few branches as I try out ideas for new features. Then I go home, and I want to work as though I was sitting at my desktop. If