Git fetch origin vs git fetch –all August 23, 2023 by Tarik git fetch origin fetch data only from origin, and git fetch --all fetch data from all remotes (origin is one of them)