Skip to main content

Committing Changes

Committing saves your staged changes to the repository along with a descriptive message.

How to Commit:

  1. Ensure all desired changes are staged.
  2. Enter a clear and concise commit message describing the changes you made.
  3. Click the "Commit" button to save the changes to the local repository.

Commit Message Guidelines:

  • Use a short, descriptive subject line (50 characters or less).
  • Optionally, add a more detailed body explaining the "why" behind the changes.