Oops! I became lazy to remove my notebook outputs before committing, thinking that GHA would take care of it, but I guess the difference with a pre-commit hook, is that the commit with the notebook outputs becomes part of the git history, and then a bot strips it out and add another commit to it:
This is pretty annoying. I guess I should be looking at pre-commit hook approach, unless there is another solution?
Oops! I became lazy to remove my notebook outputs before committing, thinking that GHA would take care of it, but I guess the difference with a pre-commit hook, is that the commit with the notebook outputs becomes part of the git history, and then a bot strips it out and add another commit to it:
This is pretty annoying. I guess I should be looking at pre-commit hook approach, unless there is another solution?