Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 530 Bytes

File metadata and controls

18 lines (12 loc) · 530 Bytes

GL_ForkedFrom

Edge Schema

General Information

The non-traversable GL_ForkedFrom edge records that a project was forked from another project. The source is the fork, and the destination is the upstream origin project.

graph LR
    upstream("fa:fa-diagram-project GL_Project myorg/infrastructure")
    fork("fa:fa-diagram-project GL_Project alice/infrastructure")

    fork -.->|GL_ForkedFrom| upstream
Loading