# Git Commands I'm going to create a document first about setting up a respository remotely, and then syncing with a local "repository". ## Git Remote Sync Remote is setup ``` $ git init $ git remote add $ git pull $ git push --set-upstream ``` That seems to handle it.