GIT Reference: Commit
Quick reference for Commit.
GIT Reference — Commit
Quick summary of Commit with syntax and example.
Syntax
git <command>
Example
git init
git add .
git commit -m "first commit"
git branch -M main
git remote add origin https://example.com/repo.git
git push -u origin main