v1.0.0
当前功能
[✔] Git 已登录:name <youremail@example.com>
[✔] 当前目录是Git仓库。
[✔] 远程仓库配置检查通过。
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
+----------------------------------------------------+
| Git 仓库信息汇总 |
+-----------------+----------------------------------+
| Git 版本 | git version 2.39.3 (Apple Git-146) |
| 当前状态 | On branch main |
| | Your branch is up to date with |
| | 'origin/main'. |
| 暂存区中的文件 | upload_to_github.py |
| 当前Git用户名 | Your Name |
| 当前Git用户邮箱 | youremail@example.com |
| 远程仓库信息 | origin https://github.com/user/repo.git (fetch) |
| | origin https://github.com/user/repo.git (push) |
+-----------------+----------------------------------+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
请输入提交信息(输入q退出):v1.0.0
----------------------------------------
暂存区中的文件:
[✘] 暂存区中没有文件。
----------------------------------------
[ℹ] 正在添加所有更改...
----------------------------------------
[ℹ] 正在提交更改,提交信息:v1.0.0
----------------------------------------
提交后的暂存区文件:
----------------------------------------
暂存区中的文件:
[✘] 暂存区中没有文件。
----------------------------------------
[ℹ] 正在推送更改到远程仓库...
[✔] 推送成功!但没有返回任何详细信息。
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━