On Wed, 2009-08-19 at 10:25 -0500, Robert Goldman wrote: > Gary King wrote: > ... > > * moved defgenerics to their own section because I like it that way. > ... > I think that this is a fine thing to do, but it makes for a miserable > merge. The next time you are going to do this, would you mind pushing a > version with all the normal patches, then push a second version with the > code blocks moved? > > Alternatively, would someone please provide simple recipes for dealing > with git? It's really far more complex than CVS, and I don't see > obvious patterns of interaction to do simple things like restore > synchronization with the central repo.
git fetch origin downloads latest commits git reset --hard origin/master nukes all local changes, synchronizing with the remote repo -- Stelian Ionescu a.k.a. fe[nl]ix Quidquid latine dictum sit, altum videtur. http://common-lisp.net/project/iolib
signature.asc
Description: This is a digitally signed message part
_______________________________________________ asdf-devel mailing list [email protected] http://common-lisp.net/cgi-bin/mailman/listinfo/asdf-devel
