2010/7/26 Jörg F. Wittenberger <joerg.wittenber...@softeyes.net>:
> Struggling with git I apparently and unintentionally committed some
> changes locally.  No idea how to undo that.

git reset <last 'good' commit> --hard

should "undo" the changes.

In any case, how are you generating the diffs? with git diff or git
format-patch?



--Stephen

Sent from my Emacs

_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to