Git 宇宙跳躍地圖
flowchart TD
A[
Working Directory<br>原形動詞(write)<br>正在編輯的草稿宇宙] --> B[
git add<br>圈選段落<br>準備跳躍]
B --> C[
Staging Area<br>過去式(wrote)<br>已選定的宇宙片段]
C --> D[
git commit<br>交作業 + 留下宇宙快照]
D --> E[
Repository<br>過去分詞(written)<br>正式存檔的宇宙版本]
E --> F1[
Branch: 功夫高手宇宙]
E --> F2[
Branch: 熱狗手宇宙]
E --> F3[
Branch: 演員宇宙]
F1 --> G1[
Merge 回主宇宙]
F2 --> G2[
Merge 回主宇宙]
F3 --> G3[
Merge 回主宇宙]
style A fill:#f9f,stroke:#333,stroke-width:1px
style B fill:#ff9,stroke:#333,stroke-width:1px
style C fill:#fcf,stroke:#333,stroke-width:1px
style D fill:#9f9,stroke:#333,stroke-width:1px
style E fill:#ccf,stroke:#333,stroke-width:1px
style F1 fill:#eef,stroke:#333,stroke-width:1px
style F2 fill:#eef,stroke:#333,stroke-width:1px
style F3 fill:#eef,stroke:#333,stroke-width:1px
style G1 fill:#cfc,stroke:#333,stroke-width:1px
style G2 fill:#cfc,stroke:#333,stroke-width:1px
style G3 fill:#cfc,stroke:#333,stroke-width:1px