:: Re: [DNG] netman: Please, do NOT us…
Top Page
Delete this message
Reply to this message
Author: Rainer Weikusat
Date:  
To: dng
Subject: Re: [DNG] netman: Please, do NOT use 17-Dec-2015 commit/merge
Edward Bartolo <edbarx@???> 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.