-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 chongyc wrote: > I have found buggy commit object which I had committed into git > repository wrongly > > So I am going to delete it from my git repository
git reset --hard and then cherry-pick the commits afterwards. Some rebase magic would do the trick too. If the commit is dangling, all you have to wait for is a git gc to clean it up. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (MingW32) iEYEARECAAYFAkh7Xd0ACgkQqScQmxSHV4nPawCeK96EwuFxxGAJi9O9v54sYaX3 XvsAnR7xJva8aRH5DBLZQw+y+EbcXVut =veGY -----END PGP SIGNATURE-----
