2017-05-02 簡單的Git指令 113 0 2017-05-08 查看分支: git branch checkout 某分支: git checkout branch_name 檢視檔案狀態: git status 刪除最後1個Commit: git reset --hard HEAD^ 刪除最後2個Commit: git reset --hard HEAD~2 若Visual Studio 2017 的Team Explorer看不到新增的分支(Branch), 可以下: git fetch 回首頁