40623133 蕭家瀚 協同產品設計與製造

w6 << Previous Next >> 協同產品設計實習(上)

GIT

git add . (存取資料)

git commit -m "" (命檔名)

git pull (更新)

git push (上傳)

git version (查看git版本)

git update (更新github版本)

git status (狀態查詢)

git branch +名 (新建分支)

git checkout +名 (切換分支) 

git merge +名 (合併分支)

git log (查看檔案版本)


w6 << Previous Next >> 協同產品設計實習(上)