We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
branch_name
1 parent 25d0dfb commit 5bb6896Copy full SHA for 5bb6896
content/docs/features/virtual-branches/commits.mdx
@@ -65,6 +65,7 @@ Custom prompts can contain three variables which we will replace with the approp
65
- `%{emoji_style}` - Instructs the LLM whether or not to make use of [GitMoji](https://gitmoji.dev) in the title prefix, based on your settings.
66
- `%{brief_style}` - Instructs the LLM to not exceed 1 sentence when generating the commit message.
67
- `%{diff}` - The contents of the diff.
68
+- `%{branch_name}` - The name of the current branch. Available in "Commit Message" custom prompt only.
69
70
## Absorbing New Work
71
0 commit comments