Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 409 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 409 Bytes

Twittaction

If you want to download file to local disc, please input commands in terminal as follows:

$ git clone git@github.com:uniba/twittaction-app.git
$ cd twittaction-app
$ sh ./clean.sh

Import project using Titanium Developer.

When you finished your work, input commands as follows:

$ cd twittaction-app     
$ git add .
$ git commit -a -m "...."
$ git push origin master