Commit 1d58eaa6 authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

added pull

parent 5f4de3a6
......@@ -78,7 +78,10 @@ cloneandcheckout () {
git checkout $4
cd ..
else
echo " Already cloned - doing nothing"
echo " Already cloned - running git pull"
cd $2
git pull
cd ..
fi
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment