lazygit
lazygit copied to clipboard
simple terminal UI for git commands
**Describe the bug** Bad config in `.gitconfig` would cause wrong error generation by lazygit **To Reproduce** Steps to reproduce the behavior: 1. mess up your `~/.gitconfig` (in my case I...
added git version support for version flag
The existing integration test approach is that you prepare a repo with a bash script and then record yourself in a lazygit session. A snapshot of the resulting repo is...
Allow a name to be specified in the prompt so that prompts can be referred by name. ``` - key : 'N' description: 'create annotated tag' command: "git tag -a...
I'm just following orders from lazygit. ``` 2022/06/04 10:50:29 An error occurred! Please create an issue at: https://github.com/jesseduffield/lazygit/issues *errors.errorString gio: file:///somefilethatdoesntmatter/handlers.go:218: Error when getting information for file “/home/guillem/somefilethatdoesntmatter/handlers.go:218”: No such...
Before there was not an option to copy the branch URL to the clipboard. Now Ctrl + B will copy branch URL to keyboard. I believe git service paths are...
Previously when you pressed 'g' you would be presented a list of reset "strengths". There is now a 4th option ('c') for setting a custom destination via a prompt, it...
**Describe the bug** I recently merged a PR that makes contexts (the things that render to view) and views 1:1: https://github.com/jesseduffield/lazygit/pull/2023 This has had the unfortunate effect of causing a...
**Describe the bug** In the patch options menu (pressing in patch mode) there's an entry to 'move patch into new commit', and looking at the source code it seems that...