git checkout -b feature-branch git add . git commit -m "Update from feature branch" git push origin feature-branch# SmokeDetector