Capítulo 851 de 988

Chapter 851: Source Control

Core Idea

By default the public folder is added to the . gitignore file.

Key Concepts

  • Enable Git LFS storage
  • 1. Track public folder
  • 2. Setup Git LFS
  • 3. Commit and push

Code Examples

- public/**/*.{mp4,webm,mov}
+ # public/**/*.{mp4,webm,mov}
  • What it demonstrates: Usage pattern for Source Control from the official docs.

Key Takeaways

  1. Understand enable git lfs storage when working with Source Control.
  2. Understand 1. track public folder when working with Source Control.
  3. Understand 2. setup git lfs when working with Source Control.
  4. Understand 3. commit and push when working with Source Control.

Connects To

  • Captions: related page in the Recorder (@remotion/recorder) section.
  • Create: related page in the Recorder (@remotion/recorder) section.
  • Demo: related page in the Recorder (@remotion/recorder) section.