github how to get previous version of code code example
Example: how to return latest version in github
// we need to type both of them
git fetch origin
git reset --hard origin/master
// we need to type both of them
git fetch origin
git reset --hard origin/master