Git: Pull from Server (Get Update)
Get update from a remote repository
git pull URL- update local repo from a remote repo at URL
# cd to my git project dir cd ~/git/xah-fly-keys # pull from a remote repository git pull https://github.com/xahlee/xah-fly-keys
🛑 WARNING: you should commit your changes locally first, else you may have code conflict, which is more work to resorve.