Commit and Push updates

JetBrains

After each updated to a Policy document the update should be commited in IntelliJ. A description of what is being updated should be included in the commit comments for tracking and clarity. Only updates that have been commited are eligible to be pushed as an update.

Video Walkthrough

Coming Soon

Steps

  1. From IntelliJ Idea navigate to the Program Project.

  2. Left-Click on the Branch Section in IntelliJ Idea to pull up the menu.

  3. On the drop-down menu select 'Commit'

    JetBrains

  4. This will open the commit view in IntelliJ. You can also navigate to this view at any time using the IntelliJ’s Commit view by clicking the Commit view icon.

    JetBrains

  5. Update the Commit Message section with a logical summary of the changes being made for this commit. Ensure all the files to be updated are selected and then click on the Commit button.

    JetBrains

  6. Once the commit is completed, you will be taken back to the file edit view. To confirm that the changes you made were indeed committed you can view the commits on the branch.

    JetBrains
  7. Clicking the git icon highlighted above will open a view that shows all the commits on the branch.

    JetBrains