Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 556 Bytes

EXAMPLE.md

File metadata and controls

40 lines (27 loc) · 556 Bytes

Full example

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.