cv / git-utils

Utilities for Git users

This URL has Read+Write access

git-utils / README
5322b450 » cv 2009-03-05 merged with ddollar 1 git-incoming # shows incoming commits from the tracked (or specified) branch
2 git-incoming-short # same but shorter
3 git-last # git last 3 (show the last 3 commits)
4 git-outgoing # show outgoing commits to the tracked (or specified) branch
5 git-outgoing-short # same but shorter
6 git-patch # format a patch and put it into ~/Documents/Patches/<Project>/<branch>.patch
7 git-push-all # push to all remotes
8 git-switch # like checkout, but with auto-stash
9 git-pack-config # put .git/config into the repository for portable configs
10 git-unpack-config # put .git/config back into place
11 git-wip # store your existing changes as a "work in progress" commit to facilitate rebasing
12 git-unwip # run this after rebasing to turn the wip commit back into unstaged changes
13 git-wtf # show the current status of your git repository, including feature branches