finishing the first draft

This commit is contained in:
Dick Tang 2015-09-22 23:13:34 +08:00
parent d8a4eff733
commit 0cd47bd4c0
1 changed files with 28 additions and 25 deletions

View File

@ -1,32 +1,34 @@
# Awesome Git
A curated list of amazingly awesome Git tools, resources and shiny things.
## Contributing
Pull requests on interesting tools/projects/resources are welcome.
## Table of Contents
- [Awesome Git](#awesome-git)
- [Tutorial](#tutorial)
- [Client](#client)
- [Repository Hosting](#repository-hosting)
- [Self-Hosted Repository](#self-hosed-repository)
- [Self-Hosted Repository](#self-hosted-repository)
- [Workflow](#workflow)
- [Submodule management](#submodule-management)
- [Hook management](#hook-management)
- [Tools](#tools)
- [Extensions](#extensions)
## Tutorial
*barbar*
*There are tons of learning material on the Web*
* [Try Git](https://try.github.io/)
* [Atlassian Git Tutorial](https://www.atlassian.com/git/tutorials/)
* [Try Git](https://try.github.io/) - learn Git in 15 minutes with pseudo-terminal interface
* [Atlassian Git Tutorial](https://www.atlassian.com/git/tutorials/) - comprehensive tutorial on Git
* [Learn Version Control with Git](https://www.git-tower.com/learn/) - freemium ebook from fournova Software (makers for Tower), associated with paid video course
* [Pro Git](https://git-scm.com/book/) - free Git book (CC BY-NC-SA 3.0)
* [The Git Community Book](https://schacon.github.io/gitbook/) - book built by dozens of people in the Git community
* [Git Pocket Guide](http://chimera.labs.oreilly.com/books/1230000000561) - a short O'Reilly book on Git
* [codeschool](https://www.codeschool.com/courses/git-real/) - paid training course from Code School
* [Git Real: Code School](https://www.codeschool.com/courses/git-real/) - paid training course from Code School
* [Git Branching](http://pcottle.github.io/learnGitBranching/) - visual way to learn git branching
## Client
*barbar*
*Git clients are available on every platform, from mainframe to your mobile device*
* [TortoiseGit](https://tortoisegit.org/) an easy-to-use Git client on Windows. well-intrgrated with Windows Explorer.
* [GitHub Desktop](https://desktop.github.com/) - Git Client by GitHub. works with GitHub and GitHub Enterprise seamlessly
@ -35,10 +37,11 @@ A curated list of amazingly awesome Git tools, resources and shiny things.
* [SmartGit](http://www.syntevo.com/smartgit/) - a commercial comprehensive SCM client with Git, SVN, Mercurial. cross-platform (works on Windows, Mac and Linux)
* [RabbitVCS](http://rabbitvcs.org/) - TortoiseSVN inspired graphic tool for version control systems, with Nautilus and Thunar integration
* [gitg](https://wiki.gnome.org/Apps/Gitg/) - a open-source GTK+ GUI client
* [git-cola](http://git-cola.github.io/) -
* [git-cola](http://git-cola.github.io/) - a cross-platform Git GUI client
* [SGit](https://github.com/sheimi/SGit) - Git client for Android 4.x
## Repository Hosting
*barbar*
*People have plenty of options to host their source code*
* [GitHub](http://github.com/) the de-fact git hosting service. Perfect integration with most external services.
* [BitBucket](http://bitbucket.org/) - well-known for its free private repository (5 user max).
@ -48,43 +51,43 @@ A curated list of amazingly awesome Git tools, resources and shiny things.
* [AWS CodeCommit](https://aws.amazon.com/codecommit/) - A SaaS service provided by Amazon Web Service on high availability infrastructure
## Self-Hosted Repository
*barbar*
*Or you can host the code yourselves*
* [Gitolite](http://gitolite.com/gitolite/) - A simple with fine-grained access control
* [GitHub Enterprise](https://enterprise.github.com/) - self-hosted solution provided from GitHub
* [Stash](https://www.atlassian.com/software/stash) - self-hosted refrom Atlassian. Good integration with JIRA and other Atlassian products
* [GitLab CE/EE](https://gitlab.com/) - A popular open-source Git (CE) with paid support option (EE).
* [Upsource](https://www.jetbrains.com/upsource) - recent offer from Jetbrains, a famos developer-oriented software company. Free for 10 users. Good integration with YouTrack and TeamCity
* [Upsource](https://www.jetbrains.com/upsource) - recent offer from Jetbrains, a famos developer-oriented software company. Code repository hosting feature pending. Free for 10 users. Good integration with YouTrack and TeamCity
* [GitBucket](https://github.com/takezoe/gitbucket/) - A GitHub clone powered by Scala.
* [Gogs](http://gogs.io/) - A self-hosted Git Service written in Go.
## Workflow
*Inexpensive branching allow people*
*Inexpensive branching allows people adopt workflows other than the classic centralilzed workflow*
* [Pro Git - Distributed Workflows](https://git-scm.com/book/it/v2/Distributed-Git-Distributed-Workflows)
* [Atlassian Git Tutorial - Comparing Workflows](https://www.atlassian.com/git/tutorials/comparing-workflows)
* [Gitflow](http://nvie.com/posts/a-successful-git-branching-model/) -
* [GitHub flow](http://scottchacon.com/2011/08/31/github-flow.html) - a simple branching model with a master
* [GitLab flow](https://about.gitlab.com/2014/09/29/gitlab-flow/) -
* [Git DMZ Flow](https://gist.github.com/djspiewak/9f2f91085607a4859a66) -
## Submodule management
* [Gitflow](http://nvie.com/posts/a-successful-git-branching-model/) - the most well-known Git workflow model
* [GitHub flow](http://scottchacon.com/2011/08/31/github-flow.html) - a simple branching model with a single master
* [GitLab flow](https://about.gitlab.com/2014/09/29/gitlab-flow/)
* [Git DMZ Flow](https://gist.github.com/djspiewak/9f2f91085607a4859a66)
## Hook management
*Git provide hooks at commit/push phrase, allowing integration with and code quality checking tool and Continuous Integration (CI)*
* [git-hooks](https://github.com/icefox/git-hooks/)
* [pre-commit](http://pre-commit.com/) - git hooks manager from Yelp. Extensive support for multiple programming language.
* [Overcommit](https://github.com/brigade/overcommit/) - A .
* [pre-commit](http://pre-commit.com/) - A framework for managing and maintaining multi-language pre-commit hooks from Yelp. Extensive support for multiple programming language.
* [Overcommit](https://github.com/brigade/overcommit/) - A extendable Git hook manager written with Ruby.
* [git-hooks](https://github.com/icefox/git-hooks/) - tool to manage project, user, and global Git hooks
## Tools
*barbar*
*Various tools for daily operations*
* [myrepos](https://myrepos.branchable.com/) - a tool to manage multiple version control repositories
* [BFG Repo-Cleaner](https://rtyley.github.io/bfg-repo-cleaner/) - a simpler, faster alternative to git-filter-branch for cleansing bad data out of your Git repository history
* [GitIgnore Collection](https://github.com/github/gitignore) - collection of gitignore files for various programming language
* [etckeeper](http://etckeeper.branchable.com/) - a collection of tools to let /etc be stored in a git repository
## Extensions
*Git (SCM). However it*
*Git is designed for source control management. but people extend the idea and push version control to everywhere*
* [Git Large File Storage](https://git-lfs.github.com/) practical solution for versioning large files. Supported by GitHub
* [git-annex](https://git-annex.branchable.com/) - .
* [Git Large File Storage](https://git-lfs.github.com/) - practical solution for versioning large files. supported by GitHub
* [git-annex](https://git-annex.branchable.com/) - allow managing large binaries among machines, as if operation a normal git repository. possible to creates a synchronised folder with [git-annex assistant](https://git-annex.branchable.com/assistant/).