Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 634 Bytes

git-workflow.md

File metadata and controls

22 lines (14 loc) · 634 Bytes

Vorraussetzungen

Git Installation auf dem System

Für das Arbeiten mit Unreal Engine Projekten benötigen wir zwei Komponenten von Git.

  1. Standart Git
  2. Git LFS (Large File System)

beides muss installiert sein! (merkt euch den Installationspfad)

Unreal Engine Git Plugin

Dieses Plugin integriert die Git-Versionierung direkt im Unreal Engine Editor. https://srombauts.github.io/UE4GitPlugin/ Eine ausführliche Einleitung zum Plugin findet ihr ebenfalls dort.

Branching und Kollaboration

TODO

test