I have a parent branch
origin/develop
feature/NewFeatureBranch
I am now on
feature/NewFeatureBranch
git checkout feature/NewFeatureBranch
Now I have done
git pull
develop
In another scenario I have done
git pull origin develop
develop
so is it that
git pull
git fetch
git pull origin develop
git fetch + git merge
Anonymous Asked question May 14, 2021
Recent Comments