blob: 8d475adf82cae46d56e31bff9c072fa47f94e80b [file] [log] [blame]
Chinthakayala, Sheshashailavas (sc2914)d1569972017-08-28 05:25:46 -09001if [ "$#" != "1" ]
2then
3 echo "Usage $0 full_path_to_local_repository"
4 exit
5fi
6cd $1
7git pull