Add more scripts
[socialgit.git] / updatebranch
blob814c031c280ea376c1119e6063a9b96150f8487f
1 #!/bin/sh
2 # updatebranch
4 git pull fs1:/social/git `git symbolic-ref HEAD`
6 if ( currentbranchname|grep master ); then
7 # Install branch management things
8 cd ~/cvs/system/useful-scripts/
9 cp changebranch commitbranch currentbranchname endbranch newbranch updatebranch /usr/local/bin/