253 B
253 B
Git Flow
git status— check working treegit diff --stat— review changesgit add— stage files (specific, not -A)git commit -m "type(scope): description"— conventional commitgit push origin main— push to forge