0 votes
in Git by

Highlight the main difference between a Git Fetch and Git Pull?

1 Answer

0 votes
by

Git pull is the command that pulls out the new modifications or the commits from an exacting branch of your central repository. Whereas Git fetches is the command that pulls every new commit out from the required branch and then stores it in a fresh branch of your local Git repository.

Related questions

+1 vote
asked Aug 16, 2020 in Git by RShastri
+1 vote
asked Jul 25, 2019 in Git by SakshiSharma
...