Git - Remote Repositories
What does the
git fetch command do in Git?git fetch command do in Git?git fetchgit fetch downloads updates from the remote repository but does not change your current working files or branches.git pull, which fetches and merges, git fetch only downloads data, letting you review changes first.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions