一、建立檔案
.gitignore //不上傳檔案
二、指令
git --version //檢查版本
git init //初始化git
git add [--all] //加入檔案
git add -f [filename] //強制加入檔案
git commit -m "mag" //建立儲存檔
git config user.name "name" //使用者名稱