marp | theme | _class | paginate | backgroundColor | backgroundImage |
---|---|---|---|---|---|
true |
gaia |
lead |
true |
url("img/hero-background.svg") |
- 版本控制系統
- 為了處理修改檔案時的問題
- 每次上傳、下載時會比較差異,只傳送有變動的檔案
- 節省時間
- 檔案儲存處
- 程式的雲端硬碟、IG
- 工程師必備神器!!!
- 按下鍵盤上Windows
- 打出cmd,並按
Enter
- 逐行貼上以下指令
git config --global user.name "<使用者名字>"
git config --global user.email "<電子信箱>"
舉例:
git config --global user.name "abcd"
git config --global user.email "[email protected]"