Skip to content

Latest commit

 

History

History
110 lines (58 loc) · 2.64 KB

UploadModels.md

File metadata and controls

110 lines (58 loc) · 2.64 KB

AKM Models upload to GitHub

Introduction

This guide will help you to upload your models to GitHub. A AKM Project file (.json) will be uploaded to GitHub as a "text-file".

Upload the project file to GitHub repository

(first in AKM Modeller)

Go to the GitHub repository Find Link in "GitHub" button dialog

A link to the repository can be fond:

Click on "GitHub" button to open the dialog for GitHub repository.

Click on the "Click here to open GitHUb" link at the bottom of the dialog.

A new browserwindow opens with the repository page.

Click on "X" button in the top right corner to close the current GitHub dialog.



(then in GitHub repository page)

Make sure you open the folder with the model files.

If you want to update a existing project, make sure to use the same project.json filename. (or else it will be uploaded as a new project file).

Click on the "Add file" button, and a new upload dialog opens.


Upload the Project file: Drag or Choose file to upload, tick off "Create a new branch for this commit and start a pull request", and then click "Commit changes" ..

Drag in or "choose your files.

Select "Create a new branch for this commit and start a pull request"

Then click "Commit changes" button.

Code.png


Compare and Pull request Click "Compare & pull request" button. ..

Click "Compare & pull request" button.

Code.png


Create Pull Request for the uploaded model project file Click "Create pull request" button. ..

(Add a comment and)Click "Create pull request" button.

Code.png


Confirm Merge Click "Confirm merge" button ..

Click "Confirm merge" button.

Code.png


The update of the project file to the main branch is completed "Sucessfully Merged!" ..

The Main branch is updated with the new model project file

Code.png


Delete you temporary branch Click: "Delete branch" button ..

Your branch which was created for the upload of the model project file can be deleted.


Back to README.md