Refresh and Publish - archimatetool/archi-modelrepository-plugin GitHub Wiki

WORK IN PROGRESS

Refresh a model. This action updates the local copy of a model by importing and merging all changes that have been published to the remote model by other users.

Publish a model. This action allows you to share your changes with your colleagues by saving them to the (remote) model repository. If needed, a resolution of conflicts will be triggered. Technically the publication corresponds to a "git pull" followed by a "git push".

Note: When using HTTPS via GitHub with 2-factor authentication (2FA), if you are able to import and refresh your model but see the following message on publish:

There was an error: <repo URL>: not authorized

Create a Personal Access Token and use it in place of your normal GitHub password.

⚠️ **GitHub.com Fallback** ⚠️