Merging WPS: Difference between revisions

From openwfm
(record)
 
No edit summary
Line 1: Line 1:
==clone WPS and add wrf-fire as a branch==
<pre>
<pre>
git clone git@github.com:wrf-model/WPS.git
git clone git@github.com:wrf-model/WPS.git

Revision as of 01:31, 24 April 2019

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