Github Pages — 程式人雜誌上傳

Git版本管理

簡介

安裝

命令

GitHub

GoogleCode

TortoiseGit

訊息

相關網站

參考文獻

最新修改

簡體版

English

  1. KeJyun學習日誌:在github建立靜態網站 — http://blog.kejyun.com/2013/06/Build-Web-Page-On-Github.html

17 cd git
18 ls
19 cd 201307
20 git clone https://github.com/programmermagazine/201307.git
21 ls
22 cd ..
23 git clone https://github.com/programmermagazine/201307.git
24 ls
25 git checkout —orphan gh-pages
26 cd 201307
27 git checkout —orphan gh-pages
28 git rm -rf .
29 git add -A
30 git commit -a -m "commit1"
31 git config —global user.email "moc.liamg|timkccc#moc.liamg|timkccc"
32 git config —global user.name "ccckmit"
33 git commit -a -m "commit1"
34 git push origin gh-pages
35 git push origin gh-pages
36 git push origin gh-pages
37 git add code.zip
38 dir
39*
40 git add code.zip
41 git push origin gh-pages
42 git commit -a -m "add code.zip"
43 git push origin gh-pages
44 git commit -a -m "modify home.html"
45 git push origin gh-pages
46 git add htm/home.html
47 git add -A
48 git commit -a -m "modify home.html"
49 git add -A
50 git commit -a -m "modify home.html"
51 git push origin gh-pages
52 git push origin gh-pages
53 git commit -a -m "modify home.html 2th"
54 git push origin gh-pages
55 git commit -a -m "modify home.html 3th"
56 git push origin gh-pages
57 git commit -a -m "modify home.html 4th"
58 history

Facebook

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