Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note
titleImportant

A log file will be created and stored within the specified directory each time this workflow is executed. If there are any issues during this operation, the log file will be presented to the user for review.

It is recommended that a “Commit Config to GIT” button be created within a workflow for use at the Category level.

Delete Model and Commit Changes

To delete a model from your repository and commit the changes, users will click the workflow button 'Delete Model and Commit', which executes the ed3d_delete_model_commit_to_git template.

This workflow is used for the following reasons:

  1. When a model is no longer required and needs to be removed.

This workflow will perform the following tasks:

  1. Deletes the currently selected model.
  2. Verifies connection to GIT Repository.
  3. Brings in the latest changes from the remote repository so your local setup is up to date.
  4. Saves the current version of your local repository.
  5. Commits the change to the remote GIT repository.
Note
titleImportant

A log file will be created and stored within the specified directory each time this workflow is executed. If there are any issues during this operation, the log file will be presented to the user for review.

Only create a “Delete Model and Commit” button within a workflow for use at the Model Version level.