Re: Difficulties in advertising a new branch to git newbies

From: Matthias Lederhofer <matled@gmx.net>
Date: 2007-01-31 09:33:49
How about this:

Create a directory, change into it and run git-init-db.
Get the latest version:
$ git fetch --force URL branch:origin
$ git reset --hard origin
Warning: this will overwrite changes you made to files in the
repository (e.g. the Makefile).

You can also drop the --force if you're sure your branch will always
fast-forward.
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Received on Wed Jan 31 09:34:35 2007

This archive was generated by hypermail 2.1.8 : 2007-01-31 09:36:02 EST