# Depends: checkURL() 0.0.2, yell(), Bash 5.0.3
# Ref/Attrib: [1]: Test for space-less alphanuemric string. https://unix.stackexchange.com/a/416120
# [2]: Test for argument count. https://stackoverflow.com/q/18568706
# Depends: checkURL() 0.0.2, yell(), Bash 5.0.3
# Ref/Attrib: [1]: Test for space-less alphanuemric string. https://unix.stackexchange.com/a/416120
# [2]: Test for argument count. https://stackoverflow.com/q/18568706
yell "STATUS:Pulling branch $branchName from remote $remoteName";
git pull --ff-only "$remoteName" "$branchName";
git fetch "$remoteName";
yell "STATUS:Pulling branch $branchName from remote $remoteName";
git pull --ff-only "$remoteName" "$branchName";
git fetch "$remoteName";