Git
git clone+ repository SSH linkcdinto your new repository on your laptop- Do some work; make some changes
git add .will stage all of your changesgit commit -m 'will commit your staged files to git'git pull origin masterwill bring down any changed files to your computergit push origin masterpushes your committed code to Github