update git repo on the command code example
Example 1: update git
# For windows use
git update-git-for-windows
# else I guess?
git update
Example 2: update git repo local
git pull origin master
# For windows use
git update-git-for-windows
# else I guess?
git update
git pull origin master