Githubpages3

Git版本管理

簡介

安裝

命令

GitHub

GoogleCode

TortoiseGit

訊息

相關網站

參考文獻

最新修改

簡體版

English

18 cd 201409
20 git init
21 git checkout —orphan gh-pages
22 git add -A
23 git commit -a -m "commit1"
24 git remote add origin https://github.com/programmermagazine/201409.git
25 git push -u origin gh-pages

Facebook

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-NonCommercial-ShareAlike 3.0 License