How to use GitHub and the OpenRadioss Repository - First Steps - (Windows 11)

Опубликовано: 11 Март 2026
на канале: OpenRadioss Community
738
11

In this video I want to show you the first steps to use GitHub with OpenRadioss.
It includes the registration process as well as forking and cloning the OpenRadioss repository.
The prerequisite for this is the successfully installed development environment shown in the previous video.

Most used/recommended git commands (my subjective selection):

git clone (Very important, but usually used only once)
git status
git branch (Very Important)
git checkout (Very Important)
git add (Important)
git restore
git commit (Important)
git log
git push (Important)
git pull (Important, used more often)
git merge
git show
git diff
git rebase

For more info, review: git-cheat-sheet
https://education.github.com/git-chea...

Do not forget to install and activate the Large-File-System (lfs)!
It is needed so that OpenRadioss can process the additional libraries supplied.