In [ ]:
# setup
git_url = "https://github.com/dareko/ipython-notebooks.git"
%cd notebooks
In [ ]:
%%bash
git pull
git status
git diff
In [ ]:
%%bash
#clear all cells output and save
#git add .
git add Clusters.ipynb
git status
git commit -am "added output"
#git push
In [ ]:
# initial setup
%%bash
#git clone {git_url} notebooks
#git config --global user.email "..."
#git config --global user.name "..."
#git config --global push.default simple
#add ".ipynb_checkpoints/" line to .git/info/exclude