Skip to content
This repository was archived by the owner on Dec 21, 2019. It is now read-only.

cv/git-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2c89c7b · Apr 20, 2018

History

97 Commits
Mar 6, 2009
Apr 20, 2018
Jul 23, 2008
Mar 6, 2009
Mar 6, 2009
Mar 6, 2009
Mar 6, 2009
Mar 6, 2009
Mar 6, 2009
Mar 6, 2009
Mar 6, 2009
Mar 6, 2009
Mar 6, 2009
Mar 6, 2009
Mar 6, 2009
Mar 6, 2009
Mar 6, 2009
Mar 6, 2009
Mar 6, 2009
Mar 6, 2009
Mar 6, 2009
Mar 6, 2009
Oct 22, 2008
Sep 2, 2008
Jul 26, 2008
May 7, 2008
Mar 6, 2009
Mar 6, 2009
Oct 22, 2008
May 13, 2008
Jun 30, 2008
Mar 6, 2009
Oct 20, 2008
Mar 6, 2009
Mar 6, 2009
Mar 6, 2009
Mar 6, 2009
Mar 6, 2009
Mar 6, 2009
Mar 6, 2009
Mar 6, 2009
Mar 6, 2009
Oct 20, 2008
Mar 6, 2009
Mar 6, 2009
May 30, 2008
Mar 6, 2009
Mar 6, 2009
Mar 6, 2009
May 13, 2008
Mar 6, 2009
Aug 1, 2008
Mar 6, 2009
Oct 20, 2008
Mar 6, 2009

Repository files navigation

Git Utils

!!! No Maintenance Intended http://unmaintained.tech

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