public
Description: Utilities for Git users
Homepage:
Clone URL: git://github.com/cv/git-utils.git
name age message
file README Loading commit data...
file README.textile Tue Jul 22 14:19:37 -0700 2008 textiled readme [cv]
file Rakefile
file git-PS1 Thu Mar 05 16:53:23 -0800 2009 add a little space to the ps1 [cv]
file git-addremove Thu Mar 05 16:58:42 -0800 2009 merged with ddollar [cv]
file git-all-commits Thu Mar 05 16:58:42 -0800 2009 merged with ddollar [cv]
file git-apply-feature Thu Mar 05 16:58:42 -0800 2009 merged with ddollar [cv]
file git-build Thu Mar 05 16:58:42 -0800 2009 merged with ddollar [cv]
file git-changelog
file git-children-of Thu Mar 05 16:58:42 -0800 2009 merged with ddollar [cv]
file git-current
file git-diff-directory Thu Mar 05 16:58:42 -0800 2009 merged with ddollar [cv]
file git-empty-branch
file git-erase-reflog Thu Mar 05 16:58:42 -0800 2009 merged with ddollar [cv]
file git-external-ediff
file git-find Thu Mar 05 16:58:42 -0800 2009 merged with ddollar [cv]
file git-find-blob Thu Mar 05 16:58:42 -0800 2009 merged with ddollar [cv]
file git-find-children
file git-find-fetch Thu Mar 05 16:58:42 -0800 2009 merged with ddollar [cv]
file git-flush
file git-full-reset Thu Mar 05 16:58:42 -0800 2009 merged with ddollar [cv]
file git-hunt-and-seek Thu Mar 05 16:58:42 -0800 2009 merged with ddollar [cv]
file git-incoming
file git-index Mon Sep 01 17:28:59 -0700 2008 updated git-index to use local git-diff [David Dollar]
file git-iterate Sat Jul 26 14:47:33 -0700 2008 thanks to Leetel for pointing me in the directi... [cv]
file git-last Wed May 07 15:19:24 -0700 2008 added git-last [David Dollar]
file git-maxpack
file git-opendiff
file git-outgoing Wed Oct 22 11:02:31 -0700 2008 simplified incoming and outgoing [David Dollar]
file git-pack-config
file git-patch Mon Jun 30 08:33:22 -0700 2008 expand tilde [David Dollar]
file git-publish
file git-publish-branch
file git-publish-repo Thu Mar 05 16:58:42 -0800 2009 merged with ddollar [cv]
file git-push-all
file git-push-branch Thu Mar 05 16:58:42 -0800 2009 merged with ddollar [cv]
file git-rank-contributors Thu Mar 05 16:58:42 -0800 2009 merged with ddollar [cv]
file git-record Thu Mar 05 16:58:42 -0800 2009 merged with ddollar [cv]
file git-remove-empty-commits Thu Mar 05 16:58:42 -0800 2009 merged with ddollar [cv]
file git-retrack
file git-rm-conflicts Thu Mar 05 16:58:42 -0800 2009 merged with ddollar [cv]
file git-sh Thu Mar 05 16:58:42 -0800 2009 merged with ddollar [cv]
file git-show-merges Mon Oct 20 03:53:01 -0700 2008 imported William Morgans utilities too, which a... [administrator]
file git-signed-tag
file git-snapshot Thu Mar 05 16:58:42 -0800 2009 merged with ddollar [cv]
file git-switch Fri May 30 13:21:49 -0700 2008 added git-switch [David Dollar]
file git-sync Thu Mar 05 16:58:42 -0800 2009 merged with ddollar [cv]
file git-trash
file git-unpack
file git-unpack-config Tue May 13 13:47:51 -0700 2008 added pack and unpack config [David Dollar]
file git-unwip
file git-update
file git-wip Thu Mar 05 16:58:42 -0800 2009 merged with ddollar [cv]
file git-wt-add
file git-wtf
README.textile

Git Utils

git-PS1

Shows the current branch in the bash prompt

git-incoming

Shows incoming commits from the tracked (or specified) branch

git-incoming-short

Same but shorter

git-iterate

Runs a given script over every revision in the current repository

git-last

git last 3 (show the last 3 commits)

git-outgoing

Show outgoing commits to the tracked (or specified) branch

git-outgoing-short

Same but shorter

git-patch

Format a patch and put it into ~/Documents/Patches//.patch

git-push-all

Push to all remotes

git-switch

Like checkout, but with auto-stash

git-pack-config

Put .git/config into the repository for portable configs

git-unpack-config

Put .git/config back into place