This commit is contained in:
Tony Tkáčik 2019-05-03 13:14:04 +02:00
parent aedcbae79c
commit 39eb4837ce

View file

@ -18,6 +18,7 @@ function perform_clone_or_pull {
cd "$target"
echo -n "Working directory: "
pwd
ls
git fetch
git checkout origin/$BRANCH
)