# 版本退回

引用文:
https://gitbook.tw/chapters/using-git/reset-commit

git log
檢視提交的歷史記錄。

git log --oneline
目前的 Git 紀錄。

git reset [版本 id]
版本退回