Getting and updating Git repositories
After you have set up Git, you can get a local copy of a repository by running git clone LOCATION
. This will create a directory for the repository.
To make sure your local copy of a branch is up to date, run git pull
inside the branch directory.