arcmedia / hello-composer-stbr
Composer Testpacket von Bruno Staub
dev-main
2022-05-23 11:32 UTC
This package is not auto-updated.
Last update: 2025-04-08 23:13:30 UTC
README
I love composer and built a package with this howto.
…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
23.05.2022, B.Staub