分享至
簡易兩種方法可以使用
一。查詢log
git log
git reset --hard {commit紀錄代碼}
二。查詢tag
git tag
git show {tag出來的版本號}
這兩種都是看當下情境使用,沒有好壞之分。
IT邦幫忙