首先在github主頁上新建一個倉庫git
本地沒有項目代碼github
這裏我轉載一篇博客:https://blog.csdn.net/sulove999/article/details/88734927bash
本地存在項目代碼,而後放到github上託管。spa
進入本地的一個項目文件夾下.net
git init
git add task1.txt
git commit -m "first commit"
git remote add origin https://github.com/BlueSkyXXp/ustc_se2020
git push -u origin master
輸入本身的github帳號和密碼3d
這個問題請看另一篇博客:https://blog.csdn.net/Meetyouhere/article/details/87982450blog
一些git的基本操做參考另一篇博客:https://blog.csdn.net/weixin_39528587/article/details/88311186rem