week1

2018 Fall 開始維護、更新自己的網誌和BLOG

課程倉儲 site-40623246

git推送資料複習

1.登入Github帳號後, 連結至 https://classroom.github.com/a/fGqXU9kO 以領取個人的期中作業,此倉儲內容取自: 2018fall

2.創立一個自己的倉儲 40623246.github.io,克隆後,將作業的內容複製進去

3.使用 git add . 新增資料

4.使用 git commit -m "提交訊息",提交檔案

5.如是首次提交,需要使用以下來設定配置

git config --global "user.email"

git config --global "user.name"

6.最後使用 git_push,將檔案上傳

@克隆:git clone "目標網址" "放置之資料夾名稱"

git作業

1.克隆作業倉儲

2.更新blog、網誌

3.按照推送步驟完成資料更新

Show Comments