Create a project on github git clone https://github.com/your-username/blur-video.git cd blur-video uv init git add . git commit -m "Initialize Python project with uv" git push
git pull origin main --allow-unrelated-histories git branch git status git pull git push -u origin main git branch -m main git remote add origin git@github.com:PavelDusek/blur-video.git git commit -m "Initial commit" git add . ls git init vim main.py uv add pydantic uv add click uv add rich l cd blur-video/ uv init blur-video uv new blur-video