Git - Remote Repositories
Which of the following is the correct syntax to pull changes from the remote branch named
main?main?git pull <remote> <branch>. Here, origin is the remote and main is the branch.git pull origin main downloads and merges changes from the main branch on the origin remote.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions