# README # ##Get git up an running## ``` #!python git init git remote add origin git@bitbucket.org:cppit/juci.git git pull origin master ```