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

View file

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