Lazygit: A simple terminal UI for Git commands
1–10 of 143 posts
Re: Lazygit: A simple terminal UI for Git commands
#2Kudos to the dev for the wonderful tool
PS: There is also lazydocker by same person https://github.com/jesseduffield/lazydocker
Re: Lazygit: A simple terminal UI for Git commands
#3Re: Lazygit: A simple terminal UI for Git commands
#4Re: Lazygit: A simple terminal UI for Git commands
#5Looks awesome. It almost seems arcane now to write a program that is only is designed to make a person's everyday life simpler and easier. I love the idea of programs like this, but then I find myself nit-picking over whether I want it to be console, graphical, web... There's no such thing as a UI framework that works for all three, right?
Re: Lazygit: A simple terminal UI for Git commands
#6Re: Lazygit: A simple terminal UI for Git commands
#7One suggestion: Use PgUp and Pgdown to scroll a screenful, and use arrow keys to scroll one or two lines. Use shift with some keys to scroll half screens.
Is there a keyboard shortcut to go into remotes or tags panes?
Re: Lazygit: A simple terminal UI for Git commands
#8Re: Lazygit: A simple terminal UI for Git commands
#9 synced = pull origin master --rebase. # Update myself with master
squash = rebase -i origin/master # Let me optionally squash whatever has happened since master
publish = push origin HEAD --force-with-lease # Save to orig in (github)
pub = push origin HEAD --force-with-lease # Save to origin (github)
ammend = commit --amend # I cannot spell this word for the life of me
amend = commit --amendRe: Lazygit: A simple terminal UI for Git commands
#10Another great terminal UI for git is tig: https://jonas.github.io/tig/