From 241a8550cebea3e75eea767880f60b3f162b2b07 Mon Sep 17 00:00:00 2001 From: buenosairesam Date: Mon, 25 Aug 2025 04:37:41 -0300 Subject: [PATCH] commit history change notice --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index 87b653b..504437a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,21 @@ +**If you cloned this repository before August 25, 2025:** + +The commit history has been cleaned up for better readability. If you have a local clone: + +```bash +# Fetch latest changes +git fetch --all --prune + +# Switch to the new main branch +git switch main || git checkout -b main origin/main +git reset --hard origin/main + +# Optional: Clean up old tracking branches +git branch -d webcam # if you have it locally +``` +Original commit history: Check the webcam branch to see the original development history up to commit e790025. + + # Real-Time Video AI Analysis Platform ![Control Panel Overview](def/panel_capture.png)