使用SOUTCETREE練習上傳檔案至GITHUB - hildachang/TEST2 GitHub Wiki

  1. 下載 SourceTree 後完成基本設定 (Full Name and Email Address) 設定 full name 和 email address

  2. 在github上面new一個Repositories 按下綠綠的new按鈕創建一個Repositories

  3. 複製Repositories的URL 按下複製圖示按鈕即可複製URL

  1. 在SourceTree中Clone github的Repositories 使用剛剛複製的URL,並設定本機位置

  2. 在SourceTree上就看到不同的畫面了 範例圖

  3. 在本機上新加檔案,在File Status的Unstaged files會有剛剛變更的檔案 在本機加新檔案 目前檔案在Unstaged files內

  4. 按一下Stage All,檔案會跑到Staged files那邊 檔案在Staged files內了

  5. 按下commit,再按下PUSH,就會將檔案push到github的Repositories上了 sourceTree : commit + push github

  6. 可以至log/history看log sourceTree的log

  7. 回到github重新整理就可以看到剛剛push上去的檔案了 refresh

參考網址

傻瓜GIT教學