I want to save my commited notebooks of jovain.ml account to my github account? Anyone knows how to do that?
You should be in a git repo for this to happen.
https://jovian.ai/docs/integrations/github.html
jovian.commit(message="jovian version commit message",
git_message="git commit message",
git_commit=True)
This would do git commit along with jovian commit.
You can then git push
to github or gitlab based on your credentials.
1 Like