上課內容:
如何使用 ungit 進行檔案推送及版本的推還確認。
1.先在y的home內部進行user config綁定。
2.到python wsgi.py動態網站更改部分的資料。
3.接著開啟ungit後進行commit上傳。
4.上傳後再push即可更改成功。
5.到warehousing尋找commit recond。
如何運用ungit回推版本:
1.先開啟ungit,並將某一個歷程編上tag。
2.使用指令 git checkout 到所要的歷程,如下圖是到expw4-18,再開啟python wsgi.py確定是否回歸到版本。
3.接著回到當前版本需要使用指令 git checkout -- config/content.htm , 接著用git checkout delprogress回到當前版本。
4.再次回到python wsgi.py內察看是否回到當前版本。