Skip to content

HydroShare Git Transfers

Christina Bandaragoda edited this page Jan 9, 2018 · 4 revisions

Developing code from terminal, pushing to Github, and pulling to cloud resources is so fun.

Find out more starter details from the Observatory Gridded Hydro-meteorology repository (ogh) from this repository.

If you already know what you are doing - here is a reminder list of repetitive steps to keep things updated.

git add .

git commit -m "Your illuminating comment"

git push origin master