git-cachecow is a tool that caches git repositories locally. Every time a build happens, it uses local caches for pulling. Submodules especially, which are harder to intercept for caching.Will also inflate submodules recursively.With 8 submodules, a...

git-cl

git-cl 0.0.1

git-change is a git extension for interaction with rietveld code revie tool.It is inspired by git-cl and use parts of code provided by Google in the codereview mercurial plugin available at the Go programming language repository.InstallYou can use pip,...

git-goggles

git-goggles 0.2.12

git-goggles is a git management utilities that allows you to manage your source code as it evolves through its development lifecycle.git-goggles accomplishes two things: * Manage the code review state of your branches * Gives a snapshot of the...

git-link

git-link 0.2.0

git-link is a git sub-command for getting a repo-browser link to a git object. The motivation behind git-link is that it is often faster to navigate to a git object or path on the command line than it is to click your way to it through a web...

git-recipe

git-recipe 0.2.2

git-recipe is a simple buildout recipe for downloading git repositories that uses system git command and its syntax.UsageRecipe clones git repository and checkouts to revision, if it is providedin configuration. You can use recipe like this:...

git-svn-helpers is a collection of command line tools that greatly simplifies using git for svn repositories.git-svn-helpers's main goal is to make setting up a local git repository following an existing svn checkout a 'no-brainer'.It also addresses using...

git-sweep

git-sweep 0.1.1

git-sweep is a command-line tool that helps you clean up Git branches that have been merged into master.One of the best features of Git is cheap branches. There are existing branching models like GitHub Flow and Vincent Driessen's git-flow that describe...

Git-Track

Git-Track 0.1

Git-Track is a simple bug-tracker is intended for the everyday coding, when you want to write down some issues you want/have to fix later, but a full-blown bug tracking such as github etc. is simply overkill.Usage:The basic usage is as simple as1)...

gitcampy

gitcampy 0.0.16

gitcampy is a script that loads Basecamp todo lists into Git commit messages, and marks todos as complete and add time entries if they are kept in the commit message.InstallWarning! Gitcampy overwrites commit-msg and prepare-commit-msg hooks when you run...