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