In [18]:
cd /usgs/data2/notebook


/usgs/data2/notebook

In [19]:
!git pull


Already up-to-date.

In [20]:
#!git add -A
!git add Siphon
!git commit -m 'added Siphon example'
!git push


[master 4a6d7ae] added Siphon example
 5 files changed, 1890 insertions(+), 1615 deletions(-)
 rewrite IOOS_Models.ipynb (88%)
 rewrite Siphon/.ipynb_checkpoints/hrrr_wind-esrl-rob-checkpoint.ipynb (96%)
 rewrite Siphon/hrrr_wind-esrl-rob.ipynb (96%)
Counting objects: 15, done.
Delta compression using up to 16 threads.
Compressing objects: 100% (8/8), done.
Writing objects: 100% (8/8), 743.48 KiB, done.
Total 8 (delta 5), reused 0 (delta 0)
To git@github.com:rsignell-usgs/notebook.git
   a6b4fe2..4a6d7ae  master -> master

In [16]:
!git add IOOS_models*


fatal: pathspec 'IOOS_models*' did not match any files

In [17]:
!git add IOOS_Models*

In [4]:
!git commit -m 'updated IOOS_Models to Cartopy'


[master 41969c2] updated IOOS_Models to Cartopy
 4 files changed, 1156 insertions(+), 533 deletions(-)
 create mode 100644 IOOS_Models-Sediment.ipynb
 create mode 100644 IOOS_Models-Sediment.py
 rewrite IOOS_Models.ipynb (85%)

In [5]:
!git push


Counting objects: 9, done.
Delta compression using up to 16 threads.
Compressing objects: 100% (6/6), done.
Writing objects: 100% (6/6), 964.72 KiB, done.
Total 6 (delta 2), reused 0 (delta 0)
To git@github.com:rsignell-usgs/notebook.git
   c320501..41969c2  master -> master

In [ ]: