Skip to main content
  1. Learn center
  2. Software Development
  3. Guides
  4. Git tutorial
  5. Git basics
  6. Recording changes
  7. Making changes
GuidesSoftware DevelopmentBacklog
Git

Project and code management together.

Making changes

As mentioned in the git workflow section, the working tree is where you make changes. You can edit files, add new files, and remove unnecessary files there.

Changes made in the working tree are noted as modified in the index, which sits between the repository and the working tree, but are not saved directly to the repository. All changes are first staged in the index and only then saved in the repo.

Only the changes in the index are committed to the repo.

Subscribe to our newsletter

Learn with Nulab to bring your best ideas to life