Initial commit: One Pipe System
完整的管理系统,包含账户管理、卡片管理、套餐管理、财务管理等功能模块。 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
9
docs/上传到git.md
Normal file
9
docs/上传到git.md
Normal file
@@ -0,0 +1,9 @@
|
||||
touch README.md
|
||||
git init
|
||||
git checkout -b main
|
||||
git add README.md
|
||||
git commit -m "first commit"
|
||||
git remote add origin https://git.boss160.cn/luo/one-pipe-system.git
|
||||
git push -u origin main
|
||||
|
||||
你需要注意下.gitignore 是否需要加一些文件进去
|
||||
Reference in New Issue
Block a user