iT邦幫忙

0

輕鬆學GIT上傳你的檔案到Github教學

  • 分享至 

  • xImage
  •  

還在苦惱怎麼樣把你的檔案上傳到Github嗎?這裡教大家簡單上傳你的檔案可以沿用到如何上傳整體專案到Github並展示你的作品集

步驟1 - 申請Github帳號

https://ithelp.ithome.com.tw/upload/images/20230717/20161476u6QiD7l7LO.png

步驟2 - 輸入帳號密碼

https://ithelp.ithome.com.tw/upload/images/20230717/20161476N08qTD4BTy.png
https://ithelp.ithome.com.tw/upload/images/20230717/20161476IT2GZMgInY.png

步驟3 - 創立一個新的專案

https://ithelp.ithome.com.tw/upload/images/20230717/201614764e5H5Cxsxw.png
https://ithelp.ithome.com.tw/upload/images/20230717/20161476bZmCDBoQXg.png

設定權限為Public,那你會問跟Private有什麼差別,Public顧名思義是給大家有權利去access但是Private,只有你准許的成員才能access

步驟4 - 進入到Terminal 終端機指令

這裡開始比較複雜,以下我會詳細做簡單講解
https://ithelp.ithome.com.tw/upload/images/20230717/20161476mfB8LkzKry.png

步驟5 - 來做一個練習吧

上網抓一個圖片和創建一個資料夾,我們來做練習吧

https://ithelp.ithome.com.tw/upload/images/20230717/201614767Drwd31RDz.png

  1. 創立一個初始化倉庫,用來存你的工作進度XD
    git init
  2. 把所有你做的東西加入到檢查區(暫存區),你做的東西要先檢查一遍,所以先丟到暫存區吧
    git add .
    3.貼個標籤吧,註名一下
    git commit -m "你要寫的註解Note"
    4.開個分支吧,因為主流線太多人命名了,更改名稱吧
    git branch -M main
    Note: main因個人而異去命名. -m 細節影片會講解
    5.把他加入到指定送貨點
    git remote add origin https://github.com/JayLinXRS/xxxxxx.git
    Note: xxxxxx每個人創立專案命名而不同
    6.確認完畢後,把這些檢查區的貨物給交delivery :)
    git push -u origin main
    Note: main因個人而異去命名,-u origin 簡單講是確保一切更新與你的當地檔案保持最新狀態呦

影片教學

Yes

額外資源教學

如何用FIgma製作個人作品集教學 - https://vocus.cc/article/645c733dfd89780001ffe890
學習用TypeScript | React | TailwildCSS 跟JayLin一起做待辦事項 App - https://vocus.cc/article/64637f74fd8978000175c0f8
全端軟體工程師 - MERN Stack完整課程教學 - https://vocus.cc/article/64637f74fd8978000175c0f8

更多相關教學文章

JayLinXR YT: https://www.youtube.com/@jaylinxr
JayLinXR IG: https://www.instagram.com/jaylin_xr/
JayLinXR FB: https://www.facebook.com/JayLinXR


圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言