Skip to content
aashish24 edited this page Sep 24, 2014 · 69 revisions

###Welcome to the UVCDAT wiki!


Support

Email [email protected] Looking for help, have questions? Support Forum
Looking to report a bug or issue? Issues


Developers

Clone

git clone [email protected]:UV-CDAT/uvcdat.git

Setup developement environment

cd uvcdat scripts/setup_for_development.sh

Commit

git fetch --all -p
git checkout master
git reset --hard origin/master
git checkout -b your_branch_name
** make changes here **
git commit
git push origin HEAD
** Now visit https://github.com/UV-CDAT/uvcdat to create a pull request **

System environment

System Requirements

Testing

Dashboard, Testing, and Validation


Related

Clone this wiki locally