On Sun, 2008-03-16 at 23:29 +0100, Michael Biebl wrote: > 2008/3/16, Victor Lowther <[EMAIL PROTECTED]>: > > I noticed in the latest pull frrom the fd.o git repo that there is a new > > pmu branch. I presume that this is mbiebl's pmu updates. > > > > Sorry, that was actually a mistake on my part. > I wanted to push the pmu fixes, and mistakenly pushed > e9f2ddf6709c2d8b8bf9eed16a20a2123a51f747 (modules as shell scripts). > My next mistake was, to push my pmu branch instead merging it to > master and pushing it from there. > Argh, I'm still a git newbie.
:) Hey, I think it was a good thing > Can I undo those two last commits somehow? git revert <sha1 of commit> will revert the commit you made to master, but there is no need to revert that change (especially since I already pushed more vt switching fixes on top of it). For the pmu branch, git push <your name for upstream> ':pmu' should delete that branch. I would double-check the pit-push manpage before doing that, though. > Michael > > -- Victor Lowther Ubuntu Certified Professional _______________________________________________ Pm-utils mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/pm-utils
