Oops, forgot that I use git aliases:
On Thursday 10 February 2011 05:11:18 pm Martin Fick wrote:
> One way to do it:
>
> Check out the last good commit:
>
> git co <lastgoodSHA1>
git checkout <lastgoodSHA1>
> Delete the old branch (current head is still on last good
> commit):
>
> git br -D online
git branch -D online
> Recreate the old branch (with HEAD now pointing to last
> good SHA1:
>
> git co -b online
git checkout -b online
--
You received this message because you are subscribed to the Google Groups "Git
for human beings" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/git-users?hl=en.