arcmedia / hello-composer-stbr
布鲁诺·斯托布的Composer测试包
dev-main
2022-05-23 11:32 UTC
This package is not auto-updated.
Last update: 2024-09-24 20:38:30 UTC
README
我喜欢Composer,并使用这个 教程 构建了一个包。
…or create a new repository on the command line
echo "# hello-composer-stbr" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/bstaub/hello-composer-stbr.git
git push -u origin main
…or push an existing repository from the command line
git remote add origin https://github.com/bstaub/hello-composer-stbr.git
git branch -M main
git push -u origin main
2022年5月23日,B.斯托布