jpka wrote: > So I want to set up git tree to exactly known stable versions. The most portable way (but dangerous if you have any source modifications, as you will loose them) is: Code: git reset --hard wine-1.2.3 Where "wine-1.2.3" is a tag, or a commit id.