0 votes
in Git by
What is the difference between ‘git fetch’ and ‘git pull’?

1 Answer

0 votes
by

Candidates should prepare for this entry among DevOps interview questions for GitHub interviews. ‘git fetches’ downloads only new data from remote repository. It does not ensure integration of downloaded data in your working files. ‘git pull’ is ideal for downloading as well as merging data from the remote repository in the local working files. 

Related questions

0 votes
asked Oct 15, 2019 in Git by rajeshsharma
0 votes
asked Aug 24, 2023 in Git by JackTerrance
...