Git - Remote Repositories
You want to review remote changes before merging them into your current branch. Which sequence of commands should you use?
git fetch to download remote updates without changing your files.git diff origin/main to see changes between your branch and remote branch before merging.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions