git clone https://github.com/USERNAME/evolution
cd evolution
git remote add upstream https://github.com/d9w/evolution
git remote -v
git branch mybranch
git branch -av
git checkout mybranch
git add plots_notebook.ipynb
git commit -m 'Plots notebook'
git push origin mybranch
git stash
git checkout master
git pull upstream master