1. 程式人生 > >git提交本地檔案到碼雲

git提交本地檔案到碼雲

git提交本地檔案到碼雲

1.本地的資料夾,滑鼠右鍵選擇git bash here
2.git init  初始化一個git倉庫
3.git remote add origin https://gitee.com/ArLee      // 碼雲倉庫地址
4. git add . 新增目錄下所有專案
5.git commit -m “添加註釋資訊"
6.git push -u origin master -f 強制push