Pull remote branch without merge

Basically git pull is a shortcut to git fetch && git merge

git fetch origin feature/DOPS-2989-hadoop-yarn-spark

Last updated

Was this helpful?