Github上傳文件--未完成

1. 新建項目zhu126fang.github.com


2.設置目錄

 打開Github for windows,設置-->配置-->clone path-->Update



3. git 命令行:

git init
git add .
git commit -m 'commit'
git remote add origin https://github.com/zhu126fang/zhu126fang.github.com.git
git pull origin master
<pre name="code" class="plain">git push origin master




發佈了34 篇原創文章 · 獲贊 14 · 訪問量 4萬+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章