Skip to content

Commit & Stage

To save a permanent checkpoint of your notes, you must stage and commit them.

1. Staging Files

When you modify or create notes, they appear under the Unstaged Changes section of the Version Control Panel:

  • Stage: Hover over a modified note and click + (Stage) to mark it ready for committing.
  • Stage All: Click the Stage All button to stage all modified files at once.
  • Discard: Click Discard to revert file changes back to their last committed state.

2. Writing a Commit

  1. Navigate to the commit section in the Version Control Panel.
  2. Enter a clear, descriptive summary (e.g., Update markdown tables and add screenshots).
  3. Optionally add a detailed description explaining the reasoning behind the change.
  4. Click Commit.

Once committed, these changes are logged in the local Git repository timeline.