This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
David Dollar (committer)
Thu Dec 17 06:58:58 -0800 2009
| name | age | message | |
|---|---|---|---|
| |
README | Thu Aug 13 13:14:11 -0700 2009 | |
| |
git-addremove | Thu Dec 17 06:58:58 -0800 2009 | |
| |
git-all-commits | Mon Dec 22 07:26:49 -0800 2008 | |
| |
git-apply-feature | Wed Jan 07 10:09:23 -0800 2009 | |
| |
git-build | Mon Dec 22 07:26:49 -0800 2008 | |
| |
git-changelog | Mon Dec 22 07:26:49 -0800 2008 | |
| |
git-checkout-database | Mon Jun 08 12:52:05 -0700 2009 | |
| |
git-children-of | Mon Dec 22 07:26:49 -0800 2008 | |
| |
git-current | Mon Dec 22 07:26:49 -0800 2008 | |
| |
git-diff-directory | Mon Dec 22 07:26:49 -0800 2008 | |
| |
git-empty-branch | Mon Dec 22 07:26:49 -0800 2008 | |
| |
git-erase-reflog | Mon Dec 22 07:26:49 -0800 2008 | |
| |
git-external-ediff | Mon Dec 22 07:26:49 -0800 2008 | |
| |
git-find | Mon Dec 22 07:26:49 -0800 2008 | |
| |
git-find-blob | Mon Dec 22 07:26:49 -0800 2008 | |
| |
git-find-children | Mon Dec 22 07:26:49 -0800 2008 | |
| |
git-find-fetch | Mon Dec 22 07:26:49 -0800 2008 | |
| |
git-flush | Mon Dec 22 07:26:49 -0800 2008 | |
| |
git-full-reset | Mon Dec 22 07:26:49 -0800 2008 | |
| |
git-hunt-and-seek | Mon Dec 22 07:26:49 -0800 2008 | |
| |
git-incoming | Wed Oct 22 11:02:31 -0700 2008 | |
| |
git-index | Mon Sep 01 17:28:59 -0700 2008 | |
| |
git-last | Wed May 07 15:19:24 -0700 2008 | |
| |
git-maxpack | Mon Dec 22 07:26:49 -0800 2008 | |
| |
git-opendiff | Mon Dec 22 07:26:49 -0800 2008 | |
| |
git-outgoing | Wed Oct 22 11:02:31 -0700 2008 | |
| |
git-pack-config | Tue May 13 13:47:51 -0700 2008 | |
| |
git-patch | Mon Jun 30 08:33:22 -0700 2008 | |
| |
git-publish | Mon Dec 22 07:26:49 -0800 2008 | |
| |
git-publish-repo | Mon Dec 22 07:26:49 -0800 2008 | |
| |
git-push-all | Mon Dec 22 07:26:49 -0800 2008 | |
| |
git-push-branch | Mon Dec 22 07:26:49 -0800 2008 | |
| |
git-rank-contributors | Mon Dec 22 07:26:49 -0800 2008 | |
| |
git-record | Mon Dec 22 07:26:49 -0800 2008 | |
| |
git-remove-empty-commits | Mon Dec 22 07:26:49 -0800 2008 | |
| |
git-retrack | Mon Dec 22 07:26:49 -0800 2008 | |
| |
git-rm-conflicts | Mon Dec 22 07:26:49 -0800 2008 | |
| |
git-sh | Mon Dec 22 07:26:49 -0800 2008 | |
| |
git-signed-tag | Mon Dec 22 07:26:49 -0800 2008 | |
| |
git-snapshot | Mon Dec 22 07:26:49 -0800 2008 | |
| |
git-switch | Fri May 30 13:21:49 -0700 2008 | |
| |
git-sync | Mon Dec 22 07:26:49 -0800 2008 | |
| |
git-trash | Mon Dec 22 07:26:49 -0800 2008 | |
| |
git-unpack | Mon Dec 22 07:26:49 -0800 2008 | |
| |
git-unpack-config | Tue May 13 13:47:51 -0700 2008 | |
| |
git-unwip | Wed Feb 25 12:52:32 -0800 2009 | |
| |
git-wip | Wed Jan 28 09:56:12 -0800 2009 | |
| |
git-wtf | Mon Oct 19 11:33:07 -0700 2009 |
README
Many of these have been grabbed from various sources around the interwebs. I unfortunately was terrible about keeping track of where they came from. If I have one of your scripts in this collection and you would like credit (or removal) just contact me at ddollar@gmail.com git-incoming # shows incoming commits from the tracked (or specified) branch git-incoming-short # same but shorter 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/<Project>/<branch>.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 git-wip # store your existing changes as a "work in progress" commit to facilitate rebasing git-unwip # run this after rebasing to turn the wip commit back into unstaged changes git-wtf # show the current status of your git repository, including feature branches







