Git Workflow Visualizer

    แสดง git branches และ workflow แบบ interactive

    Create Branch

    Add Commit

    Branch Legend

    main
    feature
    hotfix
    release

    Git Workflow Visualization

    Interactive git branch and commit visualization

    main
    feature/auth

    main

    2 commits

    abc123
    Initial commit
    Developer • 2024-01-01
    def456
    Add basic structure
    Developer • 2024-01-02

    feature/auth

    2 commits

    ghi789
    Add login component
    Developer • 2024-01-03
    jkl012
    Implement JWT auth
    Developer • 2024-01-04