git fetch doesn’t update my local repository
When you fetch you get the remote branches, but you still need to merge the changes from the remote branch into your local branch to see those changes. After fetching, try this: Do you see the difference? Now do: You should see remote changes in the newbranchname. You can also merge those changes into your … Read more