Notebooks

  • Git

    • Remove from tracking but keep local files

Remove an individual file

git rm --cached path/to/file

Remove for a whole directory

git rm -r --cached path/to/directory/