Git - Remote Repositories
What is the main difference between
git fetch and git pull?git fetch and git pull?git fetch behaviorgit fetch downloads updates from the remote repository but does not change your working files or current branch.git pull behaviorgit pull downloads updates and immediately merges them into your current branch, changing your files.git fetch downloads updates without changing files; git pull downloads and merges updates. -> Option B15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions