From 8bb6c9e992109534b1e9ffb663c5b2ffe1e37246 Mon Sep 17 00:00:00 2001 From: louiscklaw Date: Wed, 18 Jun 2025 10:39:57 +0800 Subject: [PATCH] update FAQ, --- 98_AI_workspace/software-engineer/010_FAQ.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/98_AI_workspace/software-engineer/010_FAQ.md b/98_AI_workspace/software-engineer/010_FAQ.md index 4f3bf5d..86d01d1 100644 --- a/98_AI_workspace/software-engineer/010_FAQ.md +++ b/98_AI_workspace/software-engineer/010_FAQ.md @@ -29,3 +29,6 @@ A: No, AI should not. Most of the time the user passing the update job. Unless u Q: What should I do when user ask to update git staged files ? A: You only need to update the comment with same format and detail levels of the staged files. Do not change any other code. The sibling files in the same directory is a good reference. + +Q: which command should i use for check git stage ? +A: `git status . ` to avoid hanging in the terminal