You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to use jupytext with a paired .md file, but I also want to commit the original .ipynb files as well for online viewing.
But, since the .md files will be all that's necessary to look at in a diff in git, I just want to ignore any diffs to the .ipynb files and just automatically include them in the commit. Is it possible to do this?
The point is that when I do a git diff, I just want to see the diffs for the .md files and not any lines for the .ipynb files. Is there a git option that lets me automatically force push certain file types (.ipynb in this case)?
The text was updated successfully, but these errors were encountered:
I want to use jupytext with a paired .md file, but I also want to commit the original .ipynb files as well for online viewing.
But, since the .md files will be all that's necessary to look at in a diff in git, I just want to ignore any diffs to the .ipynb files and just automatically include them in the commit. Is it possible to do this?
The point is that when I do a
git diff
, I just want to see the diffs for the .md files and not any lines for the .ipynb files. Is there a git option that lets me automatically force push certain file types (.ipynb in this case)?The text was updated successfully, but these errors were encountered: