Full example
August 20, 2013 ยท View on GitHub
1. Installation
$ composer global require schickling/git-s3:dev-master

2. Initialize
$ git-s3 config

3. Do something...
Add something to your repository and commit your changes.
$ cd testRepo
$ touch newTestFile
$ git add .
$ git commit -m "Test file added"
$ cd ..

4. Deploy
$ git-s3 deploy

That's it. Your data is now online.