Template for creating a new git repo for an ipython notebook
-
Clone this repository
-
Rename the directory to something meaningful
-
Make sure
nbstripout
is in your path and chmod +x -
Add the following to your .gitconfig:
[filter "nbstrip"] clean = /home/cfriedline/bin/nbstripout smudge =cat required
-
create a new github repo and change the origin in
.git/config
git remote set-url origin [email protected]:cfriedline/[new_repo].git