jpka <wineforum-user@xxxxxxxxxx> wrote: > > >> git reset --hard > >Thanks, it's works and very useful! >Now, how i, after some 'git bisect's, can i see where is set git tree currently precisely? git status might be the command you are looking for. The status line gives you the current commit from what I remember. >I study many git manuals but found nothing so only way i have is compile current git and run 'wine --version'. Is there >more faster way / git command exist? wine --version will only tell you the current version of wine. Useful if you are bisecting across a large number of wine versions, useless if you are bisecting across one version, say 1.3.8 and 1.3.9 as you should always get 1.3.8. >Also can I switch my git tree precisely one step forward and backward? This should be possible, but I don't know the answer. Maybe googling for this might help. James McKenzie