@Moshe not really, git is just a code organization tool.
Run git fetch to get the latest commits. Then git checkout master in case you're not already on master, and then git reset --hard origin/master to update your code to the latest version.

" />