run "git log" and see which commit hash had this version. Then run "git checkout #hash#"

For 3.6.8 best commit is "git checkout 7d1d8f0574ab8d321d5c1fed1ac0e3499f140e65" as it is one before update to 3.6.9.

To return back to last one run "git checkout master"

Read More...