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

###Welcome to the UVCDAT wiki!


Support

Email uvcdat-support@llnl.gov Looking for help, have questions? Support Forum
Looking to report a bug or issue? Issues


For Developers

Clone

============================= git clone git@github.com:UV-CDAT/uvcdat.git

Setup developement enviroment

============================= 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 **

#####Starting Points


#####Useful Information


Clone this wiki locally