diff --git a/git/index.md b/git/index.md new file mode 100644 index 0000000..6372912 --- /dev/null +++ b/git/index.md @@ -0,0 +1,18 @@ +# 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. +