Media-Aware Merging
MediaGit understands structured media formats for intelligent merging.
Supported Formats
- PSD/PSB: Layer-aware merging
- Video: Track-based merging
- Audio: Channel-aware merging
How It Works
- Parse file format structure
- Identify layers/tracks/channels
- Merge at structural level
- Preserve hierarchy and metadata
Example: PSD Merging
# Branch A: Added "Background" layer
# Branch B: Added "Foreground" layer
mediagit merge feature-branch
# Result: Both layers preserved in merged file
See User Guide - Merging Media for examples.