Skip to content
YaliMao-NOAA edited this page May 22, 2024 · 3 revisions

Code Managers:

EMC Operational Development Branch: Yali Mao (EMC)
Other: Huiya Chuang (EMC)

NCO EE2 implementation standards: https://www.nco.ncep.noaa.gov/idsb/implementation_standards

Update your branch at your fork with master at original repository

  • Enter the clone of your fork

  • checkout your feature branch
    git checkout your_branch

  • Add upstream and sync
    git remote add upstream [email protected]:NOAA-EMC/EMC_gfs_wafs.git
    git fetch upstream
    git merge upstream/master
    git push origin

Clone this wiki locally