简体中文
将代码获取到本地机器并开始开发。
shipthing
npx shipthing@latest init
$ npx shipthing@latest init ┌ Let's start a ShipThing project! │ ◇ What is your project named? │ my-app │ ◇ Which package manager would you like to use? │ pnpm │ ◇ Project initialized successfully!
.env
git clone git@github.com:focusapps/ShipThing/
git clone https://github.com/focusapps/ShipThing/
git remote rm origin
git remote add upstream https://github.com/focusapps/ShipThing/
git remote add origin <your-repo-url>
git commit -m "Your commit message" git push origin main
git push origin main
查看 Git远程文档 了解更多信息。