Remove installation of updated scripts.
[socialgit.git] / commitbranch
blobdf136893972b3068023d862e5d3e6c881f1118c2
1 #!/bin/sh
2 # commitbranch
4 git commit -a
5 updatebranch
6 if ( git status|grep ".dotest/" ); then
7 echo "Need to resolve update conflicts before commiting to the central repository."
8 else
9 git push -f origin `currentbranchname`
10 git fetch