Git - Remote Repositories
Which of the following is the correct syntax to fetch updates from the remote repository?
git fetch origin, where origin is the remote name.git pull origin main downloads and merges; git push uploads changes; git merge merges branches locally.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions