Tuesday, May 11

What is the difference between doing a git fetch versus doing a git pull?

A. Git fetch pulls down the changes to our local host but doesn't merge them. Git pull downloads them and merges.
B. Git pull downloads the changes to our local host and doesn't merge them. Git fetch downloads the changes and merges them.
C. There is no git fetch command.
D. Git pull is an alias of git fetch.


No comments:

Post a Comment