What is the problem?
一份给新手使用的 GitHub 常用命令检查清单,帮助按场景记录 status、diff、add、commit、push、pull、branch 和客户仓库权限边界。
Quick solution
Treat this as a GitHub checklist issue. First confirm the environment, inputs, permissions, logs, and delivery boundary. Then use the linked deep guide for the full checklist before changing production code or promising a result.
Read the deep guideDetailed steps
- 确认当前仓库
- 查看当前分支
- 查看文件状态
- 查看具体差异
- 暂存目标文件
- 提交清楚消息
Commands or code
git status
git remote -vRisk notes
Confirm the real project environment, account permissions, platform rules, and output quality before delivery. Do not ship AI-generated changes without human review, and do not claim indexing, income, deployment success, or ranking improvements without measured evidence.