- git fetch: gets changes to update your local repo, but doesn’t overwrite any files you have changed locally
- git pull: does a ‘git fetch’ then ‘git merge’ to pull all changes, and merge any changes to files you’re currently working on too
Articles, notes and random thoughts on Software Development and Technology