Github版本控制

練習使用 git checkout 切換不同時間點的原始碼

git log
取得版本 commit id
git checkout [commit_id]
git checkout master


cloc 算行數

留言