git
- clone older version
- the following
git clone [addreee] my_repo
cd my_repo
git reset --hard [the commit hash]
just find the commit hash of the version
- or just
git checkout [the commit hash]
git clone [addreee] my_repo
cd my_repo
git reset --hard [the commit hash]
just find the commit hash of the version
git checkout [the commit hash]