Skip to content

Instantly share code, notes, and snippets.

@Oyveloper
Last active July 10, 2025 06:37
Show Gist options
  • Save Oyveloper/1beb8e8045ed6f09a9d76b9b4f8c5675 to your computer and use it in GitHub Desktop.
Save Oyveloper/1beb8e8045ed6f09a9d76b9b4f8c5675 to your computer and use it in GitHub Desktop.
lazygit graphite commands
customCommands:
- key: '<c-n>'
context: 'files'
name: 'graphite create'
description: 'Create a new Graphite change'
output: 'terminal'
prompts:
- type: 'input'
title: 'Name you change'
command: 'gt create -m "{{index .PromptResponses 0}}"'
- key: 'c'
context: 'files'
name: 'graphite modify'
description: 'Commit a change to graphite stack'
output: 'terminal'
command: 'gt modify'
- key: 'o'
context: 'files'
name: 'submit stack'
output: 'terminal'
command: 'gt submit'
description: 'Submit the current stack to Graphite'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment