$ composer global require schickling/git-s3:dev-master$ git-s3 configAdd something to your repository and commit your changes.
$ cd testRepo
$ touch newTestFile
$ git add .
$ git commit -m "Test file added"
$ cd ..$ git-s3 deployThat's it. Your data is now online.



