Fetch all does exactly that. Pull fetches the current branch and then merges it, so the working copy will reflect the latest changes. Pull is roughly git fetch && git merge.

/