Search This Blog

Tuesday, August 9, 2016

What is the Difference between git fetch and git pull ?


While working with GIT observed following :


  • git fetch : refresh the local copy of your remote repository so you will not able to see the changes in your work area. 
  • git pull : refresh the local copy of your work area where you keep your own code.
Ideally git pull = git fetch + git merge
Cheers 
Kapil 

No comments:

Post a Comment

Thanks for your comment, will revert as soon as we read it.

Popular Posts