commit-and-push
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChinesePhase 1: Create Commits
阶段1:创建提交
Goal: Create all commits following conventional commits format
Actions:
- Invoke the command to create all commits following conventional commits format
/commit
目标:创建所有符合规范提交格式的提交
操作步骤:
- 调用命令创建所有符合规范提交格式的提交
/commit
Phase 2: Push to Remote
阶段2:推送到远程仓库
Goal: Push commits to the remote repository
Actions:
- Once all commits are created, push the current branch to the remote repository
- Use (add
git pushif upstream is not set)-u origin <branch>
目标:将提交推送到远程仓库
操作步骤:
- 完成所有提交创建后,将当前分支推送到远程仓库
- 使用命令(若未设置上游分支,添加
git push参数)-u origin <branch>