added script for easy checkout of 1_1 branch

This commit is contained in:
root 2007-05-21 16:24:49 +02:00
parent 7e80b25440
commit 353fe928f9
1 changed files with 8 additions and 0 deletions

8
checkout-mISDNuser_1_1.sh Executable file
View File

@ -0,0 +1,8 @@
#!/bin/bash
#checks out the mISDNuser_1_1 branch
git-checkout -b mISDNuser_1_1 origin/mISDNuser_1_1
git-config branch.mISDNuser_1_1.remote origin
git-config branch.mISDNuser_1_1.merge refs/heads/mISDNuser_1_1