Revert "Add various aliases"

This reverts commit 3ef689f29a.
This commit is contained in:
David DeSandro
2011-06-20 16:13:59 -04:00
parent 11b5955161
commit 4a8e08e783
4 changed files with 1 additions and 19 deletions

View File

@@ -39,12 +39,7 @@ 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"