Re: Keeping src sync'd between two different machines

2011-04-28 Thread Leif Andersen
work just fine. ~Leif Andersen On Thu, Apr 28, 2011 at 22:54, Lindsay Mathieson < lindsay.mathie...@gmail.com> wrote: > On 29 April 2011 14:44, Leif Andersen wrote: > > If you have ssh access to your computers directly, you can push and pull > > from them directly. &g

Re: Keeping src sync'd between two different machines

2011-04-28 Thread Leif Andersen
If you have ssh access to your computers directly, you can push and pull from them directly. git remote add ssh:// Then it's just as simple matter to pull and push to that server by using the name you gave it. Good luck. ~Leif Andersen On Thu, Apr 28, 2011 at 22:36, Lindsay Math