Initial commit for OpenECOMP SDN-C OA&M
[sdnc/oam.git] / dgbuilder / git_scripts / gitpull
1 if [ "$#" != "1" ]
2 then
3         echo "Usage $0 full_path_to_local_repository"
4         exit
5 fi
6 cd $1
7 git pull