Document Creation
Document Creation, Document Creation

Commit and Push to GitHub

All projects should be "pushed" to the GitHub repository when completed.

  1. Open SourceTree (or use your preferred git method).
  2. On the left sidebar, double click the name of your document project.
  3. In the project window, check the status of the files and update .gitignore if necessary to remove any unwanted files from being included in the repository.
  4. Stage all of the changes.
    Make sure "All Files" is selected to ensure all modifications and additions are committed.
  5. Enter the version number and any additional desired notes in the Commit Message section.
  6. Click on the Commit button.
  7. Click the Push button at the top.

Document Path: Document Creation Manual > Archiving > Commit and Push to GitHub