Revert "move garb into git plugins; rename newpost as jknewpost"

This reverts commit d22a4cfa70.
This commit is contained in:
David DeSandro
2011-06-20 16:13:34 -04:00
parent 7958a03d15
commit 11b5955161
3 changed files with 9 additions and 8 deletions

View File

@@ -39,6 +39,13 @@ case $OSTYPE in
;;
esac
# git add remote branch
function garb() {
echo "Adding remote branch '$1'";
git config branch.$1.remote origin;
git config branch.$1.merge refs/heads/$1;
}
function git-help() {
echo "Git Custom Aliases Usage"
echo