Process Flow - git fetch to download without merging
Run git fetch
Connect to remote repository
Download new commits and branches
Update local remote-tracking branches
No changes to local working branch
End
This flow shows how 'git fetch' downloads updates from the remote repository but does not change your current working branch.