awesome-git/README.md

106 lines
7.7 KiB
Markdown
Raw Normal View History

2015-09-15 16:06:27 +00:00
# Awesome Git
A curated list of amazingly awesome Git tools, resources and shiny things.
2015-09-22 15:13:34 +00:00
## Contributing
Pull requests on interesting tools/projects/resources are welcome.
2015-09-15 16:06:27 +00:00
## Table of Contents
- [Awesome Git](#awesome-git)
- [Tutorial](#tutorial)
- [Client](#client)
- [Repository Hosting](#repository-hosting)
2015-09-22 15:13:34 +00:00
- [Self-Hosted Repository](#self-hosted-repository)
2015-09-15 16:06:27 +00:00
- [Workflow](#workflow)
- [Hook management](#hook-management)
- [Tools](#tools)
- [Extensions](#extensions)
## Tutorial
2015-09-22 15:13:34 +00:00
*There are tons of learning material on the Web*
2015-09-15 16:06:27 +00:00
2015-09-22 15:13:34 +00:00
* [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
2015-09-15 16:06:27 +00:00
* [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
2015-09-22 15:13:34 +00:00
* [Git Real: Code School](https://www.codeschool.com/courses/git-real/) - paid training course from Code School
2015-09-16 01:38:11 +00:00
* [Git Branching](http://pcottle.github.io/learnGitBranching/) - visual way to learn git branching
2015-09-15 16:06:27 +00:00
## Client
2015-09-22 15:13:34 +00:00
*Git clients are available on every platform, from mainframe to your mobile device*
2015-09-15 16:06:27 +00:00
2015-09-22 15:17:09 +00:00
* [TortoiseGit](https://tortoisegit.org/) - an easy-to-use Git client on Windows. well-intrgrated with Windows Explorer.
2015-09-15 16:06:27 +00:00
* [GitHub Desktop](https://desktop.github.com/) - Git Client by GitHub. works with GitHub and GitHub Enterprise seamlessly
2015-09-24 09:48:44 +00:00
* [SourceTree](https://www.sourcetreeapp.com/) - free (in-beer) GUI client. Windows and Mac only
2015-09-15 16:06:27 +00:00
* [Tower](http://http://www.git-tower.com/) - a popular non-free Git GUI client. Mac only
* [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
2015-09-22 15:13:34 +00:00
* [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
2015-10-07 15:52:21 +00:00
* [Ungit](https://github.com/FredrikNoren/ungit) - The easiest way to use git. On any platform. Anywhere.
2016-09-27 01:18:23 +00:00
* [GitKraken](https://www.gitkraken.com/) - a cross Git client for Windows, Mac & Linux. Electron based. Free for commercial use and paid Pro version is available.
2015-09-15 16:06:27 +00:00
## Repository Hosting
2015-09-22 15:13:34 +00:00
*People have plenty of options to host their source code*
2015-09-15 16:06:27 +00:00
2015-09-22 15:17:09 +00:00
* [GitHub](http://github.com/) - the de-facto git hosting service. Perfect integration with most external services.
2015-09-15 16:06:27 +00:00
* [BitBucket](http://bitbucket.org/) - well-known for its free private repository (5 user max).
* [CodePlex](https://www.codeplex.com/) - Microsofts free open source code hosting service with many ASP/C# OSS projects
* [Kiln](https://www.fogcreek.com/kiln/) - paid Git repository hosting service
2015-09-22 15:17:09 +00:00
* [GitLab.com](https://about.gitlab.com/gitlab-com/) - a free Git repository hosting service served by GitLab EE. Unlimited repositories and private collaborators
* [AWS CodeCommit](https://aws.amazon.com/codecommit/) - a SaaS service provided by Amazon Web Service on high availability infrastructure
2016-09-27 01:18:23 +00:00
* [Codeplane](https://codeplane.com/) - a paid Git repository hosting service with no contributor limit
* [Deveo](https://deveo.com/) - a paid repository hosting service with support for Git, Subversion, Mercurial, WebDAV
2015-09-15 16:06:27 +00:00
## Self-Hosted Repository
2015-09-22 15:13:34 +00:00
*Or you can host the code yourselves*
2015-09-15 16:06:27 +00:00
2015-09-22 15:17:09 +00:00
* [Gitolite](http://gitolite.com/gitolite/) - a simple with fine-grained access control
2015-09-15 16:06:27 +00:00
* [GitHub Enterprise](https://enterprise.github.com/) - self-hosted solution provided from GitHub
2016-09-22 05:24:17 +00:00
* [Bitbucket Server](https://www.atlassian.com/software/bitbucket/server) - self-hosted refrom Atlassian. Good integration with JIRA and other Atlassian products
2015-09-22 15:17:09 +00:00
* [GitLab CE/EE](https://gitlab.com/) - a popular open-source Git (CE) with paid support option (EE).
2015-09-22 15:13:34 +00:00
* [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
2015-09-22 15:17:09 +00:00
* [GitBucket](https://github.com/takezoe/gitbucket/) - a GitHub clone powered by Scala.
* [Gogs](http://gogs.io/) - a self-hosted Git Service written in Go.
2016-09-27 01:18:23 +00:00
* [GitBlit](http://gitblit.com/) - Pure Java Stack for managing, view, and serving Git repositories.
* [Apache Allura](https://allura.apache.org/) - an open source implementation of project hosting platform
* [Phabricator](https://www.phacility.com/) - an integrated set of powerful tools to help companies build higher quality software
* [RhodeCode CE/EE](https://rhodecode.com/) - a platform delivering enterprise source code management
2015-09-15 16:06:27 +00:00
## Workflow
2015-09-22 15:13:34 +00:00
*Inexpensive branching allows people adopt workflows other than the classic centralilzed workflow*
2015-09-15 16:06:27 +00:00
2015-09-15 16:31:32 +00:00
* [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)
2015-09-22 15:13:34 +00:00
* [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)
2015-09-15 16:06:27 +00:00
## Hook management
*Git provide hooks at commit/push phrase, allowing integration with and code quality checking tool and Continuous Integration (CI)*
2015-09-22 15:17:09 +00:00
* [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.
2015-09-22 15:13:34 +00:00
* [git-hooks](https://github.com/icefox/git-hooks/) - tool to manage project, user, and global Git hooks
2016-09-22 05:24:17 +00:00
* [quickhook](https://github.com/dirk/quickhook/) - a fast, Unix'y, opinionated Git hook runner
2015-09-15 16:06:27 +00:00
## Tools
2015-09-22 15:13:34 +00:00
*Various tools for daily operations*
2015-09-15 16:06:27 +00:00
* [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
2015-09-22 15:13:34 +00:00
* [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
2016-07-26 17:39:40 +00:00
* [git-extras](https://github.com/tj/git-extras) git utilities adding useful git commands.
2016-09-27 01:18:23 +00:00
* [Gitrob](https://github.com/michenriksen/gitrob) - a command line tool to find sensitive information lingering in publicly available files on GitHub
* [gitFS](https://www.presslabs.com/gitfs/) - a FUSE file system that fully integrates with git
2015-10-03 03:21:40 +00:00
2015-09-15 16:06:27 +00:00
## Extensions
2015-09-22 15:13:34 +00:00
*Git is designed for source control management. but people extend the idea and push version control to everywhere*
2015-09-15 16:06:27 +00:00
2015-09-22 15:13:34 +00:00
* [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/).