1. fork the repo
  2. clone the fork
  3. set upstream on fork
  4. create branch on fork
git clone <https://github.com/https-sai/motion-primitives.git>
cd motion-primitives
git checkout -b highlight-animation
npm install
git status
git branch
git switch main
git remote add upstream <https://github.com/ibelick/motion-primitives.git>
git remote -v
git fetch upstream
git merge upstream/main
git push origin main
git checkout highlight-animation
git merge main