Git
Overview
Servers
Goodies
- mapmeld/gitjk: Undo what you just did in git
- Tig - Text-mode interface for Git
- FredrikNoren/ungit: The easiest way to use git. On any platform. Anywhere.
- arnoo/git-deliver: Delivery system based on git push and ssh
- mhagger/git-imerge: Incremental merge for git
- kennethreitz/legit: Git for Humans, Inspired by GitHub for Mac™.
- Meld
Configs
git config --global alias.up 'pull --rebase --autostash'
GitHub
Books
Resources
- Git 简明指南
- 基础知识(幻灯片)
- Windows 客户端
- 类似 TortoiseSVN 的 TortoiseGit
- SourceTree (GUI 客户端)
- Git Book 中文版
- First Aid git
- 常用 Git 命令清单 - 阮一峰的网络日志
- A few git tips you didn’t know about
- git cheat sheet.pdf
- Mastering Git Basic by Tom Preston-Werner.pdf
- 改进合作 Git 工作流:自动提取、合并提交 - 美团前端团队博客
- Gource - a software version control visualization tool
- geeeeeeeeek/git-recipes
- A collection of useful .gitignore templates
- pcottle/learnGitBranching: An interactive git visualization to challenge and educate!
- k88hudson/git-flight-rules: Flight rules for git
- arslanbilal/git-cheat-sheet: git and git flow cheat sheet
- Git Workflow | Atlassian Git Tutorial