Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 623 Bytes

File metadata and controls

32 lines (17 loc) · 623 Bytes

git remote add upstream git@github.com:RooCodeInc/Roo-Code.git

or

git remote set-url upstream https://github.com/RooCodeInc/Roo-Code.git

git checkout -b roo-to-main

git fetch upstream

git merge upstream/main --no-ff --no-edit

pnpm test

pnpm build

git push origin roo-to-main