git

  1. the following
git clone [addreee] my_repo
cd my_repo
git reset --hard [the commit hash]

just find the commit hash of the version

  1. or just
git checkout [the commit hash]