wangmao2002 / composer_test
this is test composer
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/wangmao2002/composer_test
Requires
- php: >=5.6.0
Requires (Dev)
- php: >=5.6.0
This package is auto-updated.
Last update: 2025-12-23 17:59:14 UTC
README
git config --global user.name "晓梦" git config --global user.email "4718515@qq.com" 创建 git 仓库:
mkdir composer_test cd composer_test git init touch README.md git add README.md git commit -m "first commit" git remote add origin https://github.com/wangmao2002/composer_test.git git push -u origin master 已有仓库?
cd existing_git_repo git remote add origin https://github.com/wangmao2002/composer_test.git git push -u origin master