Please check gitlab-tutorial

IFT Git

Welcome to the Gitlab instance of the IFT. It is currently maintained by the admins trautner@ift.at, wallner@ift.at and rene.schwaiger@ift.at

stateDiagram-v2

state "Gitlab Docs" as Docs
state if_state <<choice>>
state if_state2 <<choice>>
Docs : "Read the gitlab docs."
state "Software Development" as Development
Development : "Develop software the right way."
Login: Login via LDAP
Login2: Login via Standard
state "Already registered?" as reg
state "What is your usertype?" as user

[*] --> reg
reg --> if_state

if_state --> Registration :no
if_state --> user :yes
Registration : Contact an admin
Registration --> user
user --> if_state2
if_state2 --> Login2 : students or old internal
if_state2 --> Login2 : external
if_state2 --> Login : new internal user
Login--> Docs
Login2-->Docs
Docs --> Development
Development --> Improvement
Improvement --> Development

Improvement --> [*] : Success

IFT Git