網頁

2014年1月9日 星期四

GitHub


ColorConsole 2.26



PuTTYgen:puttygen.exe  private key gererator

Windows 版本控制系統 Git ( msysGit, TortoiseGit )
http://shaocian.blogspot.tw/2013/01/windows-git-msysgit-tortoisegit.html

GitHub入門 Part.2 工具安裝與環境配置
Github開好 TortoiseGit 右鍵Git clone

Windows要可以cmd下git要設定環境變數

電腦右鍵/內容/進階系統設定/環境變數/Path/編輯/;C:\Program Files (x86)\Git\bin
記得重開機才會生效

用 Node.js 學 JavaScript 語言(1)簡介與安裝
http://www.codedata.com.tw/javascript/using-nodejs-to-learn-javascript


Github中文教學: http://dylandy.github.io/Easy-Git-Tutorial/index.html

http://www-cs-students.stanford.edu/~blynn/gitmagic/intl/zh_tw/

GitHub - GitHub初體驗




Littlebtc大大寫的"寫給大家的 Git 教學" http://oolab.csie.ncu.edu.tw/wiki/images/e/e7/Giteveryone-101022053442-phpapp02.pdf

Git 教學(1) : Git 的基本使用


交互參照Pro Git:http://git-scm.com/book



請讀:
http://nvie.com/posts/a-successful-git-branching-model/


http://ftp.newartisans.com/pub/git.from.bottom.up.pdf
git背後的設計的原理和概念都很清楚的介紹

Best Practice(回答你什麼該做,什麼不該做):
http://sethrobertson.github.io/GitBestPractices/

http://pcottle.github.io/learnGitBranching/



如何在 GitHub 建立个人主页和项目演示页面



New repository Setting -> automatic generator -> Create gh-pages branch via GitHub
 -> + Clone  -> sync  -> Creating Project Pages manually -> commit to gh-pages

How to add Google Analytics Tracking ID to GitHub Pages


GitHub的Commit failed: Failed to create a new commit的解决方法

http://stackoverflow.com/questions/11229843/github-windows-commit-failed-failed-to-create-a-new-commit
首先打开git shell
输入命令 git status,可以显示有改动的文件列表以及改动的类型(增、删、修改)
然后再git commit,会弹出一个txt,把要改动的文件前面的注释#去掉,保存关闭文本文档就可以了。


How can I remove a commit on github?

git push -f origin HEAD^:gh-pages


在git裡面取消commit / 強制pull到github / 刪除github Branch






You can specify the Key Location for Tortoisegit the following way:
  • Open an Explorer Window.
  • Open the Contextmenu and Navigate TortoiseGit > Settings
  • In the now opened window Navigate to Git > Remote
  • Set the Path to your Putty Key in the corresponding Input Box.
Screen shoot below:
enter image description here

沒有留言:

張貼留言

注意:只有此網誌的成員可以留言。