Mermaid Test

  gitGraph
  commit id: "Initial commit"
  branch development
  checkout development
  commit id: "Start development"
  branch feature/install-mgr
  checkout feature/install-mgr
  commit id: "Add InstallMgr module"
  commit id: "Write tests"
  checkout development
  merge feature/install-mgr
  commit id: "Merge feature: InstallMgr"

Links