Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 742 Bytes

File metadata and controls

25 lines (19 loc) · 742 Bytes
description Continue work from current Git state

Help me continue where I left off with my work.

  • Refer to 'git diff --no-ext-diff; git diff --no-ext-diff --cached' for context.
  • Refer to 'git status --porcelain' for context.
  • Try to infer the intention based on changes and comments I might have written.
  • Pay special attention to comments marked with "AI:". These are annotations for instructions from the user.
  • Remove commands marked with "AI:" if any.

$ARGUMENTS

Additional context

<output command='git diff --no-ext-diff; git diff --no-ext-diff --cached'>
!`git diff --no-ext-diff; git diff --no-ext-diff --cached`
</output>

<output command='git status --porcelain'>
!`git status --porcelain`
</output>