Skip to content

系统提示词:Git 状态

System Prompt: Git status

v2.1.30

System prompt for displaying the current git status at the start of the conversation

模板变量 / Template Variables

  • CURRENT_BRANCH
  • MAIN_BRANCH
  • GIT_STATUS
  • RECENT_COMMITS

这是对话开始时的 git 状态。请注意,此状态是时间快照,在对话期间不会更新。 当前分支:${CURRENT_BRANCH}

主分支(通常用于 PR):${MAIN_BRANCH}

状态: $

最近提交: ${RECENT_COMMITS}


英文原文 / English Original

This is the git status at the start of the conversation. Note that this status is a snapshot in time, and will not update during the conversation. Current branch: ${CURRENT_BRANCH}

Main branch (you will usually use this for PRs): ${MAIN_BRANCH}

Status: $

Recent commits: ${RECENT_COMMITS}