摘要:GitHub create project and clone(windows)
創建github project:
(1) 先在github上創一個repositories -> app name
(2) git remote add origin https://github.com/project-name/test.git -> 使用剛剛創立的app name來建立git
(3) git push -u origin master
Sync github project to local computer:
(1) 使用github tool點選左上方"+",選要clone的repository(沒顯示可用搜尋來找)
(2) 選擇要clone下來的資料位置即可