The GNOME DVCS survey
Posted Jan 5, 2009 23:48 UTC (Mon) by
jengelh (subscriber, #33263)
In reply to:
The GNOME DVCS survey by lambda
Parent article:
The GNOME DVCS survey
>Compared to the steps for Git
Well, if you do it with git's plumbing, it is similarly hard:
$ git init
$ git remote add origin git://git.kernel.org/pub/scm/git/git
$ git fetch remote
$ git reset --hard origin/HEAD
$ git config branch.master.remote origin
$ git config branch.master.merge master
It looks that mtn is still much of the plumbing tool that git once was, so at least give it some slack when doing comparisons :-)
(
Log in to post comments)