update-from-upstream-main
Installation
SKILL.md
Update From Upstream Main
Update from the canonical remotion-dev/remotion repository while preserving local work and published branch history.
Workflow
-
Inspect the repository before changing it:
git status --short --branch git branch --show-current git remote -vStop and report the state if the current checkout is detached or an operation such as a merge or rebase is already in progress.
If the working tree contains staged, unstaged, or untracked changes, stash them automatically before continuing: