uas2git
A tool for migrating Unity Asset Server projects to git
Installation
gem install uas2git
Usage
Usage: uas2git PROJECT_NAME [options]
Specific options:
-h HOSTNAME Unity Asset Server host (default: "localhost")
-U NAME Unity Asset Server user name (default: "admin")
--help Show this message
Contributing
- Fork it ( http://github.com//uas2git/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request