Lazygit

preview_player
Показать описание
I showcase the tool lazygit with which you can manage your git repository. It can be spawned as a standalone tool or inside of Neovim.

Contact:

#Neovim
Рекомендации по теме
Комментарии
Автор

thank you so much david! The use of delta inside lazygit was a significant quality-of-life improvement! Just discovered delta and very happy with it! Thank you:)

stoicfloor
Автор

I love Lazygit. I've become a lot more confident and branched out with my use of git since adopting it last week. Before I would just save all my changes into one commit and then push, but now that I can see the changes I'm able to commit hunks, which I never knew was a thing before this. Now I don't have to worry about undoing massive changes if I need to make a tiny change, and I love it

JoshPeterson
Автор

Thanks @DevKnDuty, this was really interesting. I used to work with Neogit but I will git a shot to lazygit which has more features

mikaandrianarijaona
Автор

I've been using lazygit for a while now but you showed some new features that I'll definitely check out! Especially the diffing with delta looks awesome

Kartoflaszman
Автор

Really LOVE lazygit and can't live without since I started using it. Thanks for sharing!

farzadmf
Автор

Hey bud, thanks for the content! I'm new to neovim, started with fugitive, which is great, but lazygit looks a lot easier and also powerful. I'll give it a try.
After reading the comments, it's impossible for me to not imagine a combination of fugitive and lazygit. It would be amazing, even better than any git tool in the market.

niln
Автор

Thank you so much, i've been looking for how to resolve config using lazygit and you explain it best 👍💯

andiasar
Автор

I use all neovim, delta, and neovim but never put them all together! This is fantastic!! Thank you!

djsnipa
Автор

Thanks for the great video. Watching your channel for quite a while now and just today noticed that we are actually colleagues. Keep up the great work.

friedrichwilken
Автор

Funny to hear that you switched to lazygit, I actually did exactly the opposite way, from lazygit to fugitive (and gitsigns).
While using delta as a pager is pretty neat, I often find that it is just not really integrated well enough. For example when resolving the conflicts it shows the 'git style inline diffs' which I really don't like.
Also a thing I really like about fugitive is, that you can use autocompletion in the commit buffer which is cool if you nee refer to stuff like ticket IDs in your comments or code.

But I also have to say that I also use Gitkraken from time to time when I need to do a little bit more complicated stuff.
Another thing to mention about lazygit is a great feature I haven't see anywhere else before: it is possible to do selective stashes in lazygit. So you can only stash or apply certain files from a stash. This is a thing I really miss in Gitkraken...

florianhennig
Автор

Hello! Great video but I have a question for you. What plug-in is causing the pop up at 1:41 which is showing that it is expecting you add a closing bracket

RvBSimmons
Автор

interesting tool, might use it in near future, great vid

xdjiijii
Автор

great tool i didn't know. will using it for sure

cyberloh
Автор

What if you want to use commitizen when committing? 🤔

arvi
Автор

TIL about delta. TBH it takes up a lot of horizontal space when I'm multiplexing with tmux but looks so much more understandable. May be obvious but I had to edit my ~/.config/lazygit/config.yml to have the git section you showed at 6:20. I'll be switching over from GitKraken to lazygit now (I have it aliased as lz in zsh).

rdwok
Автор

Wow, great channel, thanks for the content!

ho_artem
Автор

Lazygit is very cool. It's very user-friendly with the built-in help and HUD. I wish Neovim will be like that by default sometime in the future. For now you have to install which-key extension, that provides help for built-in actions.

jotarokujo
Автор

I was a tig guy before I went full on lazygit plus delta. But I still keep using tig.... as my alias for lazygit 😇

TJ-hsqm
Автор

I facing issue bg not transparency when open float window in neovim but it worked by terminal

trancongminh
Автор

Question is lazygit async? so if I have it open does it automatically know this?

seriouslyiknowhowtoread