Posted 2026-03-01Updated 2026-03-01Toolsa few seconds read (About 55 words)Git Quick Notes A compact reference for high-frequency Git commands. Common Commands12345git statusgit add .git commit -m "feat: add post"git pull --rebasegit push Branch Operations123git checkout -b feature/postgit switch maingit merge feature/postRead more