--- title: Cultura Space emoji: 👁 colorFrom: red colorTo: green sdk: streamlit sdk_version: 1.30.0 app_file: app.py pinned: false --- Check out the configuration reference at # Tracking Big Files ```bash git lfs track "*.png" git lfs track "*.csv" ``` ### Removing commit ```bash git reset --hard HEAD~1 ``` ### Moving data to the current file ```bash bash moving_pictures.sh ```