Hi guys, our team uses Databricks clusters to develop with Python using Jupyter Notebooks.
Recently we had a serious problem in our repos folder ( mainly Jupyter Notebook and Python scripts ).
After my teammate committed in the branch, all the tracked files were restored to the version which I believe is from the last commit ( which was a long time ago ), untracked files and .gitignore files disappeared,
When we check the files in the repos folder, all the version history has disappeared. Only 1 version is that morning after the commit.
Before this, we already had this problem, but we only lost the text files (CSV, JSON, ...) which also .gitignore files.
Does anyone have this problem before and know what the reason is, our team can't figure out the cause. We tried to re-produce the problem but it didn't happen on purpose.