triz-docs/docs/git-operations/netbeans/add-commit.md
2026-04-29 09:22:52 +01:00

878 B
Raw Blame History

sidebar_position title
2 Add & Commit Changes

Add & Commit Changes


Add Changes

Objective

Select modified files and place them into the staging area before committing.

Steps

  1. Modify one or more files in the project.

Modified Files

  1. Right-click the project or file.
  2. Select: Git → Add

Git Add Menu

  1. Click the Add button.

Commit Changes

Objective

Save local changes to the local Git repository.

Steps

  1. Modify one or more files in the project.

Modified Files for Commit

  1. Rightclick the project or file.
  2. Select: Git → Commit

Git Commit Menu

  1. The Commit dialog window opens.
  2. Review the list of modified files.
  3. Enter a commit message in the Commit Message field.
  4. Click the Commit button.

Commit Dialog