fixed checkout-branch script

This commit is contained in:
Christian Richter 2007-06-15 15:15:35 +02:00
parent b3e7ed67e0
commit 5e0a250def
1 changed files with 1 additions and 1 deletions

View File

@ -8,6 +8,6 @@ if [ "$1" = "" ] ; then
exit
fi
git-checkout -b origin/$1
git-checkout -b $1 origin/$1
git-config branch.$1.remote origin
git-config branch.$1.merge refs/heads/$1