What’s the difference between git pull and git fetch?

Asked

Viewed 979 times

0

If both commands carry code from the remote repository, can I use either? Is there a difference between using git pull and git fetch?

1 answer

0

Git pull brings changes from the remote server, git fetch synchronizes changes between pending commits for uploading your machine and changes that are on the remote server.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.