On Mon, May 01, 2006 at 03:49:32PM -0500, Alexander Horn wrote: > >I can't speek to SVN directly because it requires connected work, > >and for me that was a deal-breaker in a SCM. > > After I have made modifications on the local side is it difficult to > commit the changes to the respective online repository. > > Example: > > I have a git repository on a server in Canada. > I don't have internet at home though. > I make my changes to the local copy. > Later that week, I hook my computer to the internet and would like to > commit all local changes. > > ... is that possible?
Of course. You want to use 'git-push' for that. If you got your repository via some read-write method, like ssh, it will work just fine. Read "The CVS model" in my notes for an example. Don -- Don Bindner <[EMAIL PROTECTED]> ----------------------------------------------------------------- To get off this list, send email to [EMAIL PROTECTED] with Subject: unsubscribe -----------------------------------------------------------------
