How to update Git clone

If you want to fetch + merge, run

git pull

if you want simply to fetch :

git fetch

Leave a Comment