Add various aliases

This commit is contained in:
David DeSandro
2011-06-17 10:57:31 -04:00
parent fcf358169f
commit 3ef689f29a
4 changed files with 19 additions and 1 deletions

View File

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