KabaForge
🌍 Türkçe · English · Deutsch · Français · Русский

08 — Commits and history

A commit is one saved step: what changed, who changed it, when, and why.

Writing a good message

add VLAN configuration notes
fix wrong gateway address in readme
remove unused packet capture

Committing well

Reading history

WhereWhat you get
History button on a folder or fileEvery commit that touched it
A commit's pageThe full diff: red removed, green added
Blame on a fileWhich commit last changed each line
Activity tabContribution graph over time

Undoing

Comparing

Add /compare/main...my-branch to a repository URL, or use the Compare button, to see every difference between two branches or tags.

⬅ Previous: 07 — Images and attachments📚 All chaptersNext: 09 — Branches and pull requests ➡