yarn start
Starts the development server.
yarn build
Bundles the app into static files for production.
yarn test
Starts the test runner.
yarn eject
Removes this tool and copies build dependencies, configuration files
and scripts into the app directory. If you do this, you can’t go back!
➜ react-dive-into git:(main) git branch --set-upstream-to=origin/main main
error: 请求的上游分支 'origin/main' 不存在
提示:
提示:如果您正计划基于远程一个现存的上游分支开始你的工作,
提示:您可能需要执行 "git fetch" 来获取分支。
提示:
提示:如果您正计划推送一个能与对应远程分支建立跟踪的新的本地分支,
提示:您可能需要使用 "git push -u" 推送分支并配置和上游的关联。