#/bin/bash
#20170801
function changeGitFile()
{
		cd /home/quant_group/gu-bei
		git remote set-url origin git@gitabc.xyqb.com:funding/gu-bei.git
                #sed -i "s/QG/funding/g" /home/quant_group/$1/.git/config
}
changeGitFile gu-bei
