Last active
July 10, 2025 06:37
-
-
Save Oyveloper/1beb8e8045ed6f09a9d76b9b4f8c5675 to your computer and use it in GitHub Desktop.
lazygit graphite commands
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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