gitflow : Git extensions to provide high-level repository operations for Vincent Driessen's branching model.
gollum : A simple, Git-powered wiki with a sweet API and local frontend.
git-deploy : Straightforward, Heroku-style, push-based deployment. Your deploys can become as simple as this:
$ git push production master
Trunk Based Development : A source-control branching model, where developers collaborate on code in a single branch called ‘trunk’ *, resist any pressure to create other long-l...
GRV : GRV is a terminal based interface for viewing git repositories. It allows refs, commits and diffs to be viewed, searched and filtered. The behaviour a...
Git Extensions is the only graphical user interface for Git that allows you control Git without using the commandline. It comes with a manual and video tutorials to get you started quickly.