Git: Pull from Server (Get Update)

By Xah Lee. Date: . Last updated: .

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

git, pull, push