git fetch vs git pull
Git Fetch is the command that tells the local repository that there are changes available in the remote repository without bringing the changes into the local repository. Git Pull on the other hand brings the copy of the remote directory changes into the local repository. git fetch is the command that tells your local git to retrieve... » read more