Git - Remote Repositories
After running these commands:
what is the effect on your local
git checkout feature
git pull origin main
what is the effect on your local
feature branch?git checkout feature
git pull origin main
feature branch?feature branch.git pull origin main fetches changes from origin/main and merges them into the current branch (feature).15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions