hammad93 / hurricane-net

A deep learning framework for forecasting Atlantic hurricane trajectory and intensity.
Creative Commons Zero v1.0 Universal
45 stars 11 forks source link

Push Directory from Google Colab to Git #6

Closed hammad93 closed 5 years ago

hammad93 commented 5 years ago

Note your password needs to be decoded first http://www.asiteaboutnothing.net/c_decode-url.html

to fix we need to add the password to our git remote url. we could do ssh but this is far easier on Google Colab

!git remote set-url github 'https://<USER>:<PASS>@github.com/hammad93/hurricane-net.git'

then !git push