cv / git-utils
- Source
- Commits
- Network (2)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Tree:
f3d6757
| name | age | message | |
|---|---|---|---|
| |
README.textile | Tue Jul 22 14:19:37 -0700 2008 | |
| |
Rakefile | ||
| |
git-PS1 | ||
| |
git-incoming | ||
| |
git-incoming-short | ||
| |
git-iterate | ||
| |
git-last | Wed May 07 15:19:24 -0700 2008 | |
| |
git-outgoing | ||
| |
git-outgoing-short | ||
| |
git-pack-config | Tue May 13 13:47:51 -0700 2008 | |
| |
git-patch | Mon Jun 30 08:33:22 -0700 2008 | |
| |
git-push-all | ||
| |
git-switch | Fri May 30 13:21:49 -0700 2008 | |
| |
git-unpack-config | Tue May 13 13:47:51 -0700 2008 |
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

