(Full Story: Github Resume Generator)
gollum — A wiki built on top of Git
Gollum is a simple wiki system built on top of Git that powers GitHub Wikis.
Gollum wikis are simply Git repositories that adhere to a specific format. Gollum pages may be written in a variety of formats and can be edited in a number of ways depending on your needs. You can edit your wiki locally:
(Full Story: gollum — A wiki built on top of Git)
Gitbox — git version control app for Mac
Linus made Git for himself. Gitbox brings Git to everyone.
A new intuitive interface makes everyday tasks amazingly simple. In a single window you see all your repositories, history and working directory state. Commit, pull and push with a single click. Creating, sharing and comparing branches becomes so simple, you will start to actually use them
(Link: Gitbox — git version control app for Mac)
Git & JIRA integration
using a local branch per JIRA issue, you might want the following features:
- Make all commits in that branch include the JIRA issue name and description.
- The ability to start a branch for a JIRA issue which would mark the issue as In Progress.
- The ability to merge a branch for a JIRA issue which would mark the issue as Fixed.
This can all be automated and we describe how to set this up.
(Link: Git & JIRA integration)
Bug & Issue Tracking, GIT & SVN / Subversion Hosting | Assembla
GIT and SVN Hosting, Collaboration and Bug Tracking Tools for Distributed Teams
(Link: Bug & Issue Tracking, GIT & SVN / Subversion Hosting | Assembla)
gerrit – Project Hosting on Google Code
Gerrit is a web based code review system, facilitating online code reviews for projects using the Git version control system.
Gerrit makes reviews easier by showing changes in a side-by-side display, and allowing inline comments to be added by any reviewer.
Gerrit simplifies Git based project maintainership by permitting any authorized user to submit changes to the master Git repository, rather than requiring all approved changes to be merged in by hand by the project maintainer. This functionality enables a more centralized usage of Gi
(Link: gerrit – Project Hosting on Google Code)
William's miscellaneous git tools
Here are a bunch of git-related tools I’ve found useful at some point. The git repository for all of these is cloneable at git://gitorious.org/willgit/mainline.git/ (browse).
git-wtf: understand the current state of your git repository.
git-publish-branch: publish a branch to a remote repository.
git-rank-contributors: rank all authors by patch size.
git-show-merges: show which branches are merged into the current branch.
git-walkthrough-add: (deprecated) like git add -p.
(Link: William’s miscellaneous git tools)
git ready » learn git one commit at a time
earn git one commit at a time
(Link: git ready » learn git one commit at a time)
Git for the lazy – Spheriki
Git is a distributed version control system. No, you don’t need to know what that means to use this guide. Think of it as a time machine: Subversion or CVS without the cruft.
If you make a lot of changes, but decided you made a mistake, this will save your butt.
This guide is for people who want to jump to any point in time with their project/game/whatever, and want something to use for themselves.
(Link: Git for the lazy – Spheriki)
Git Reference
This is the Git reference site. This is meant to be a quick reference for learning and remembering the most important and commonly used Git commands. The commands are organized into sections of the type of operation you may be trying to do, and will preset the common options and commands needed to accomplish these common tasks.
Each section will link to the next section, so it can be used as a tutorial. Every page will also link to more in-depth Git documentation such as the offical manual pages and relevant sections in the Pro Git book, so you can learn more about any of the commands. First, we’ll start with thinking about source code management like Git does.
(Link: Git Reference)


February 7, 2011
