StormSurgeLive / asgs

The Automated Solution Generation System (ASGS) provides software infrastructure for automating coastal ocean modelling for real time decision support, and provides a variety of standalone command line tools for pre- and post-processing. Visit us at https://discord.gg/jFbacxrUf9
https://tools.adcirc.live
GNU General Public License v3.0
39 stars 22 forks source link

add alias or bash functions for the following tasks during ops ... #1379

Closed wwlwpd closed 2 months ago

wwlwpd commented 2 months ago
  1. commit and push $ASGS_CONFIG,

    pushd git/asgs-configs             && \
    git fetch --all                    && \
    git commit -a -m "updating config" && \
    git push origin master && popd
  2. jump into

    push git/asgs-mon # manually type "popd" to go back to starting point

... probably more