On Mon, 2009-04-27 at 12:11 -0600, Andreas J. Guelzow wrote:
> On Mon, 2009-04-27 at 14:02 -0400, Marlon Nelson wrote:
> > i just discovered gnumeric moved from svn to git
> > 
> > would someone please translate these commands to git?
> > 
> > 
> > svn co http://svn.gnome.org/svn/libgsf/trunk libgsf
> > svn co http://svn.gnome.org/svn/goffice/trunk goffice
> > svn co http://svn.gnome.org/svn/gnumeric/trunk gnumeric
> 
> git git://git.gnome.org/gnumeric fetch

I think this is more likely to do what's expected:

git clone git://git.gnome.org/gnumeric gnumeric

> If you have an ssh account with Gnome:
> 
> git ssh://usern...@git.gnome.org/git/gnumeric fetch
> 
> > 
> > svn up
> > 
> git pull --rebase

just plain 'git pull' does what you want here unless you have changes
which are committed locally but haven't been pushed, which is a more
sophisticated scenario than the person asking such questions is likely
to get into at first.

Nick.

_______________________________________________
gnumeric-list mailing list
gnumeric-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gnumeric-list

Reply via email to