I have an Ipython notebook file which I want to push to a collaborative shared repository on github. I tried doing
git push origin master
but it uploaded some garbage values in the file. I want to have the same code and plots viewable to every other person on that github repo.
Please advise.