Merging WPS

From openwfm
Revision as of 01:31, 24 April 2019 by Jmandel (talk | contribs)
Jump to navigation Jump to search

clone WPS and add wrf-fire as a branch

git clone git@github.com:wrf-model/WPS.git
cd WPS
git remote add wrf-fire git@github.com:openwfm/wrf-fire.git
git fetch git@github.com:openwfm/wrf-fire.git
git fetch wrf-fire
git checkout -b wrf-fire-track/master wrf-fire/master