前幾天在 SF 問答上回答了這個問題:正確使用Github 的方法是什麼?html
Explore GitHub:看看最近在流行什麼
https://github.com/exploregit
Awesome 系列github
使用 GitHub Pages 搭建靜態網站、博客(自動分配 username.github.io 的域名,也可綁本身的域名(CNAME))
https://pages.github.com/windows
impress.js/reveal.js + GitHub Pages = 在線 PPTruby
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-Book ( Git 官方教程中文版 )
git - the simple guide - no deep shit! ( 最簡單的 Git 教程 )
Git Magic ( Stanford 出品 )
Git 教程 ( 廖雪峯出品 )
learnGitBranching ( 互動遊戲學 Git 分支 )
GitHub Help ( GitHub 官方幫助文檔 )
GotGitHub ( 很是全面的 GitHub 中文教程 )
GitHub Cheat Sheet ( GitHub 技巧大全 )