前幾天在 SF 問答上回答了這個問題:正確使用Github 的方法是什麼?
原回答
Explore GitHub:看看最近在流行什麼
https://github.com/explore
Awesome 系列
使用 GitHub Pages 搭建靜態網站、部落格(自動分配 username.github.io 的域名,也可綁自己的域名(CNAME))
https://pages.github.com/
impress.js/reveal.js + GitHub Pages = 線上 PPT
GitHub 功能整合工具(包括 Travis CI、Code Climate、Gitter 等)
https://github.com/integrations
為第三方包管理平臺提供程式碼託管
Gems: https://rubygems.org/
Docker Hub: https://github.com/docker-library
Homebrew: https://github.com/Homebrew/homebrew
Atom: https://atom.io/packages
SublimeText: https://packagecontrol.io/
GitHub OAuth 做第三方登入
https://developer.github.com/v3/oauth/
GitHub URL 短網址
http://git.io/
GitHub Webhooks 自動部署
https://developer.github.com/webhooks/
GitHub 簡歷
http://resume.github.io/
GitHub 學生大禮包(包含 GitHub 私有倉庫、DO $50 券等)
https://education.github.com/pack
將停止維護的 Google Code 程式碼導到 GitHub
https://code.google.com/export-to-github/附上本人 GitHub 賬號,求 follow:https://github.com/mdluo
同時針對這個問題寫一些關於 Git 和 GitHub 的教程、手冊和技巧等資源連結。
建議學習路線:先參考 GitHub 教程通過在 GitHub 上釋出程式碼實際操作,使用 Github for Windows 或者 Github for Mac 來管理程式碼。熟悉 GitHub 使用後學習 Git ,主要使用命令列來進行操作,可以做很多 GitHub 客戶端或者網站不能完成的操作。
擴充套件閱讀
Git
-
Git-Book ( Git 官方教程中文版 )
-
git – the simple guide – no deep shit! ( 最簡單的 Git 教程 )
-
Git Magic ( Stanford 出品 )
-
Git 教程 ( 廖雪峰出品 )
-
learnGitBranching ( 互動遊戲學 Git 分支 )
GitHub
-
GitHub Help ( GitHub 官方幫助文件 )
-
GotGitHub ( 非常全面的 GitHub 中文教程 )
-
GitHub Cheat Sheet ( GitHub 技巧大全 )