Link Search Menu Expand Document

Make and commit changes

On GitHub, saved changes are called commits. Each commit has an associated commit message, which is a description explaining why a particular change was made. Commit messages capture the history of your changes, so other contributors can understand what you’ve done and why.

Commits

Steps to commit changes

  1. Click the file to be changed.
  2. Click the pencil icon in the upper right corner of the file view to edit.
  3. In the editor, write a bit about yourself.
  4. Write a commit message that describes your changes.
  5. Click Commit changes button.

These changes will be made to just the file on your feature_branch selected, so now this branch contains content that’s different from the master.

GitHub Workflow