網頁設計好好玩
一、每次開始上課時要做的事情
- 下載 sublime text 3 並解壓縮至自己的資料夾
- 登入 GitHub
- Git安裝(方法)(下載)
- Git Bash的操作(方法)
git config --global user.name "tawan158"
git config --global user.email "tawan158@ugm.com.tw"
- 上傳步驟
「git add .」
「git commit -m '1'」
「git push origin master」 - 複製遠端數據庫
檔案位置:在數據庫的上層,例如 c:\ugm\github
git clone xxx - 同步遠端數據庫
檔案位置:在數據庫這層,例如 c:\ugm\github\hhjh106
git pull xxx
二、上傳至遠端數據庫
- 啟動GIT軟體
- 改變目錄(至要處理的數據庫中)
- 「git add .」
- 「git commit -m '1'」
- 「git push origin master」