10. Using Git for pulling latest changes - findsorguk/findsorguk GitHub Wiki

We currently deploy code without the use of continuous integration, but just via simple git deploy.

Switch branch

sudo git pull origin
cd /var/www/finds.org.uk
sudo git checkout branchname

Pull latest changes

sudo git pull origin