Skip to main content
DevOpsLabTH.dev

git fetch vs git pull

fetch downloads without merging. pull is fetch plus merge. Practice both against two clones of the same bare repo.

Sign in to start the lab