Commit and Push Changes to Git

This is the commit workflow for the translator with Git:

Click the Git commit button on the Translator Toolbar. A blue dot will appear on the button to indicate there are changes to commit.

  1. Select which files you want to commit changes for.

    • You can view each file and see a diff view of the changes that have been made, comparing the old and new versions. You can select to display these changes Side by Side or Changes Only by using the dropdown in the top right corner.

  2. Leave a commit comment about the changes.

  3. Click Commit.

Now you can push your changes to your connected remote repository if you want them backed up.

The blue dot indicates a push is needed:

The Git console terminal will open to show the results of the commit and confirm the changes have been pushed to the remote repository.

After this workflow your changes should be saved in the remote repository.

Â