Upstream has 1 new commit(s)
Recent commits on numman-ali/cc-mirror main:
10ac0f9 feat: harden tweakcc update compatibility
Update Steps
cd ~/cc-mirror-dev
git fetch upstream
git checkout main && git merge upstream/main
git push origin main
git checkout pai/local && git rebase main
# Resolve any conflicts, then:
git push origin pai/local --force-with-lease
# If you want to update the global npm install:
npm install -g .
Upstream has 1 new commit(s)
Recent commits on numman-ali/cc-mirror main:
Update Steps