Quellcode durchsuchen

docs (1.57.4 -> 1.57.4): 更新Git提交工作流文档,移除推送相关内容

改动文件:
- .clinerules/workflows/git-commit-and-push.md
dengdx vor 6 Tagen
Ursprung
Commit
26b0c6c168
1 geänderte Dateien mit 4 neuen und 4 gelöschten Zeilen
  1. 4 4
      .clinerules/workflows/git-commit-and-push.md

+ 4 - 4
.clinerules/workflows/git-commit-and-push.md

@@ -1,12 +1,12 @@
-<task name="Git Commit and Push">
+<task name="Git Commit ">
 
 <task_objective>
-Automate the Git commit and push process by intelligently analyzing file changes, generating semantic commit messages with file paths, and providing an interactive command execution workflow. The workflow opens a new terminal, checks Git status, analyzes changes to create descriptive commit messages, lists commands for user review, and executes Git operations step by step with user confirmation.
+Automate the Git commit  process by intelligently analyzing file changes, generating semantic commit messages with file paths, and providing an interactive command execution workflow. The workflow opens a new terminal, checks Git status, analyzes changes to create descriptive commit messages, lists commands for user review, and executes Git operations step by step with user confirmation.
 </task_objective>
 
 <detailed_sequence_steps>
 
-# Git Commit and Push Process - Detailed Sequence of Steps
+# Git Commit Process - Detailed Sequence of Steps
 
 ## 1. Open New Terminal and Check Git Status
 
@@ -99,7 +99,7 @@ Automate the Git commit and push process by intelligently analyzing file changes
    - Include summary of:
      - Files that were committed
      - The final commit message used
-     - Confirmation that changes were pushed to remote repository
+     
 
 ## Error Handling