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