Eric Eldredge
Eric Eldredge
I love that lazygit is working toward support for these types of workflows! > If you have other issues with support for stacked branches besides there, I'd be interested to...
I've made some changes to the way the async processing works. I've updated the original writeup to reflect the changes, but here's a rundown: - A plugin can return a...
Here's a rough sketch of a 'retry' plugin: ``` javascript const retryPlugin = { processResponse(res) { const {status, request} = res; // Note we use a function instead of an...