gitHub创建 repository仓库 并推送本地代码到该仓库
生活随笔
收集整理的這篇文章主要介紹了
gitHub创建 repository仓库 并推送本地代码到该仓库
小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.
1. gitHub上創(chuàng)建?repository?
https://github.com/
點擊New創(chuàng)建倉庫。
填寫倉庫名為c_programs,設(shè)置為私有倉庫,初始化README。
創(chuàng)建后倉庫地址為:https://github.com/wenzelian/c_programs.git
?
2. 本地建立git倉庫
使用小烏龜本地簡歷倉庫C_program,如下圖所示:
?
3. 把本地代碼添加到工作區(qū)
TortoiseGit->Add? 選中需要添加的文件。
?
4. commit到master
?
5. 本地master關(guān)聯(lián)到遠(yuǎn)程庫https://github.com/wenzelian/c_programs.git
git remote add origin https://github.com/wenzelian/c_programs.git?
6.?獲取遠(yuǎn)程庫與本地同步合并(如果遠(yuǎn)程庫不為空必須做這一步,否則后面的提交會失敗)
git pull --rebase origin master?
7. 推送到遠(yuǎn)端
git push origin master -f或者
可以看出推送成功。
總結(jié)
以上是生活随笔為你收集整理的gitHub创建 repository仓库 并推送本地代码到该仓库的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: MinGW安装
- 下一篇: 图像配准代码(包含matlab/open