Edward Bartolo <[email protected]> writes: > I have just 'accidentally' damaged netman's git sources. Please, do > NOT use the 17th December 2015 commits until I resolve the problem. I > am trying to integrate Rainer's debian/rules patch but I am failing. > > If someone can delete completely, that is, delete without a trace > today's (17th December 2015) commit/merge, please do so.
You can use git revert <commit id> to revert indiviual commits or git reset --hard <commit id> to reset the state of the tree to what it was after the named commit. _______________________________________________ Dng mailing list [email protected] https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng
