Lazygit - The Best Way To Use Git On The Terminal & Neovim

Поділитися
Вставка
  • Опубліковано 15 жов 2024

КОМЕНТАРІ • 131

  • @ykhatat
    @ykhatat 3 місяці тому +60

    Just a tip: Press Ctrl-Z to put nvim in background and then later type 'fg' to bring it back. No need to close and reopen it everytime. Nice video btw.

    • @joseanmartinez
      @joseanmartinez  3 місяці тому +7

      I didn’t know about that, thanks!

    • @GavinBogie
      @GavinBogie 3 місяці тому +3

      Woah. Thanks for the tip!

    • @maguilecutty
      @maguilecutty 3 місяці тому +2

      Or just get the plug-in for neovim and press leader gg …

    • @MrBratkenSolov
      @MrBratkenSolov 2 місяці тому +2

      use tmux to have stuff in different panes

    • @RichardAPalaciosG
      @RichardAPalaciosG 2 місяці тому +1

      I started the vim world thinking it was a mistake to use Ctrl + Z, it was hard to stop using it and use "u" but now it makes sense.

  • @olearydj
    @olearydj 3 місяці тому +41

    Just here to say your production values set the bar for this kind of content. Outstanding.

  • @tamtamresearchs.r.o.5562
    @tamtamresearchs.r.o.5562 3 місяці тому +10

    I am using lazygit since 2021. But it was worth to watch your video - well scripted, very explanatory, explains how to find your way, succinct presentation. Well done.

    • @JefCollier
      @JefCollier 3 місяці тому +2

      I'm in the same boat. I watched this--like many of Josean's vids--to see if I was just stuck using LG in "my way."
      I think one of the best parts of this was how he showed how to use the help screen to find commands rather than just telling you to hit "a" then "C" then "P."

  • @MangaTengu
    @MangaTengu 3 місяці тому +7

    I love how you take the time to show how useful `?` is through example 👍

  • @sambrown7691
    @sambrown7691 Місяць тому +1

    Great video! But also it brings me great comfort to know that other people typo the word 'svelte' the same way that I always do.

  • @xunliu4548
    @xunliu4548 2 місяці тому +1

    you are an ideal coworker that I'd work with for my entire life and I won't quit my job in that case.

  • @jonathanrodriquez3775
    @jonathanrodriquez3775 3 місяці тому +7

    Lazygit is sweet! Makes committing specific files so easy.

  • @maguilecutty
    @maguilecutty 3 місяці тому +2

    Other great things I use everyday are keybinding “o” for that will open a browser and setup a pull request for me and the stashes for moving between branches without having to stage changes :)
    I watched this vid cause I thought I’d learn something I didn’t use this tool for and it certainly hit the mark!

  • @bagfleet
    @bagfleet 3 місяці тому +5

    Great vid! Will definitely give lazygit a try again.

  • @tvntvn-b
    @tvntvn-b 3 місяці тому

    Great video! One of the other great features is the pull request. Having the branch you want to merge to checked out, navigate on the branch you want to merge and pressing ”o” will open the github PR page with some of the fields prefilled. I dont think i’ve made PRs any other way after learning about it.

    • @joseanmartinez
      @joseanmartinez  3 місяці тому

      That’s awesome! Thanks for pointing this out too!

  • @jizhang2407
    @jizhang2407 3 місяці тому

    Thanks for sharing another amazing video. One tip: install delta to show git diff side-by-side with colors highlighting various changes.

  • @slim_mike
    @slim_mike 2 місяці тому

    this is just what I was missing on my setup. Thank you very much!

  • @wulymammoth
    @wulymammoth 3 місяці тому

    This works for almost any process, because prior to terminal emulators, this was one of a few ways to obtain your command prompt back and run another process while the original is suspended. If the process needs to keep running, you can bg it and then type “jobs” to list them

  • @LeungWong
    @LeungWong 3 місяці тому

    Using lazygit plugin for neovim has some issue with escape.
    For instance when you open up lazygit with "lg" and then select a file, and press .
    Normally you need to press to go out from it, but you are unable to and the only way to get out from lg would be to exit with "q" or +c

  • @TobiasFrei
    @TobiasFrei 3 місяці тому

    🙏 a lot for telling. And while I always enjoy reading another chapter in Pro Git, lazygit *does* speed up my workflow from this day 🤓

  • @kim-s1y7v
    @kim-s1y7v 3 місяці тому

    I found this video really informative and enjoyable. I'm really curious about how to debug in Neovim. Do you have any plans to make a video on this topic?

  • @myname7815
    @myname7815 3 місяці тому +2

    Apart from amazing content, Looking solid man 💪

  • @NazarMalyy
    @NazarMalyy 2 місяці тому

    Nice video man! I never used Lazygit to solve the merge conflicts. Thanks for explanation!

  • @jjaimealeman
    @jjaimealeman 3 місяці тому

    My setup includes 'git flow', all within neovim of course 😎👍 Great video. Love your content amigo, Bien hecho!! Salutos

  • @andriesvanwyk3226
    @andriesvanwyk3226 3 місяці тому +2

    Thanks for the great video, Josean! How's the video platform coming along?

    • @joseanmartinez
      @joseanmartinez  3 місяці тому +1

      Thanks!! Currently working on the platform, will probably take some time to finish, but excited to continue building it out!

    • @andriesvanwyk3226
      @andriesvanwyk3226 2 місяці тому

      @@joseanmartinez Awesome man! Thanks for all the quality content you put out. Learning a lot and enjoying Neovim so much

    • @joseanmartinez
      @joseanmartinez  2 місяці тому

      @@andriesvanwyk3226 Thank you!

  • @viatrixhd
    @viatrixhd 3 місяці тому

    Hi Josean, you got me into configuring my terminal and nvim for the first almost a year ago, thanks for that, my whole workflow and productivity skyrocketed. I also use lazygit since the beginning. Unfortunately a feature which is really missing for me is editing / resolving merge conflicts directly using nvim from lazy git. The workflow i mean would be: 1. Open lazy inside nvim 2. Select any of the files 3. Press e (for edit) 4. And open the file within the current nvim instance (Not opening a separate nvim instance. I tried multiple solutions i found online but none of them seemed to work, do you have some tips on how to get this working or somebody else from the community. I would love to get this to work

  • @Oktomvri
    @Oktomvri 3 місяці тому

    Heya, Josean.
    Your tutorials are so awesome and what's gotten me into neovim to begin with.
    You mentioned you you can scroll the unstaged changes panel with your mouse. Is there anything specific in your setup to enable this? I haven't been able to accomplish this in both lazygit and neovim (on MacOS). Thanks in advance.
    Keep up the great video quality! :)

    • @joseanmartinez
      @joseanmartinez  3 місяці тому +1

      Hey! Thanks! Not sure why it might not be working for you. It has been working for me. Might have to do with mouse functionality overall in your terminal setup. I’m currently using wezterm and tmux. I have the mouse enabled within my tmux setup. Not sure if this is the solution to your issue though.

  • @RazoBeckett.
    @RazoBeckett. 3 місяці тому

    I really love your video when I see notification my brains is like quality content is ready to watch.

  • @RichardAPalaciosG
    @RichardAPalaciosG 2 місяці тому

    Nice!! Thanks for the tutorial Josean.

  • @GandalfTheBrown117
    @GandalfTheBrown117 3 місяці тому

    Very cool!
    Thanks for showing all these features and the integration into Neovim!

  • @benarcher372
    @benarcher372 3 місяці тому

    As always, an excellent walk-through. Thanks.

  • @tednaaa
    @tednaaa 3 місяці тому

    thank you for the guide!
    I have small question, is there something like nvim cmp or treesitter inside lazygit?

  • @zirs6660
    @zirs6660 3 місяці тому

    Great video! you are the best tutorial video I ever saw. Could you share your raycast configure?

  • @tomaszgora4353
    @tomaszgora4353 3 місяці тому +1

    For a long time I've been using lazygit in a float window of toggleterm. Had some nasty keymaps conflicts (especially escape) that I had to do some bending backwards to get around ;) Does this plugin integration behave better with regards to that?

    • @joseanmartinez
      @joseanmartinez  3 місяці тому +1

      From my personal experience using the plugin, I haven’t had any issues with conflicts. But I think it might depend on your workflow and setup. I recommend you try it out and see how it goes!

  • @justronny20
    @justronny20 3 місяці тому

    I tried to install the lazygit nvim plugin but it just wouldn't install at all. It's not even showing up on the Lazy dashboard of plugins. I guess I'm probably stuck with the GUI version.
    Otherwise excellent video as always. I guess the only tutorial left is integrating note-taking with neovim 😊.

  • @hakimakbary65
    @hakimakbary65 3 місяці тому

    Hi,
    Just two questions
    1. Why your hands are so much wide open on your keyboard?
    2. What is the tool that auto-suggests the rest of the command?

    • @joseanmartinez
      @joseanmartinez  3 місяці тому

      @@hakimakbary65 Hi! I use a corne split keyboard and the tool is zsh-autosuggestions.

  • @Temet79
    @Temet79 3 місяці тому

    Hello,
    You read my mind, I wanted to learn how Git works, and I already like this tool ;)
    Your Neovim videos have been the main inspiration for making my Neovim config, big thanks.
    PS : Too bad I can't find kits as yours for the Corne Keyboard in France... As a European, I really feel we'll never leave the middle age in technology in EU :(

    • @joseanmartinez
      @joseanmartinez  3 місяці тому +1

      Awesome, thank you for your feedback! As a very small shop, I’m only shipping to the US for now, but hope to ship to other countries in the future, sorry about that.

    • @Temet79
      @Temet79 3 місяці тому

      @@joseanmartinez : Please don't be sorry about not shipping abroad. I was just referring it's hard to find tech related material in Europe on the web.
      Keep up on your videos, they are awesome :)

    • @joseanmartinez
      @joseanmartinez  3 місяці тому +1

      @@Temet79 Definitely understand. Thanks so much for your feedback!

  • @chalmagean
    @chalmagean 3 місяці тому +1

    you can navigate through the panels with H/L as well (useful for vim users)

    • @joseanmartinez
      @joseanmartinez  3 місяці тому

      Didn’t know about that, thank you for the tip!

  • @channinghsu46
    @channinghsu46 3 місяці тому

    Lazygit is just amazing!!!Thanks for the video!!

    • @joseanmartinez
      @joseanmartinez  3 місяці тому

      Awesome! Thanks for the feedback 🙏🏽

  • @serhgoch
    @serhgoch 3 місяці тому

    Great video. You can also use delta with lazygit for better diffs

  • @clouddeveloper9558
    @clouddeveloper9558 3 місяці тому

    Thank you for the video. You can close lazygit by just pressing q.

  • @ManuX
    @ManuX 3 місяці тому

    This is great! Just one question. Could Delta work for the DIFFs?

    • @danko95bgd
      @danko95bgd 3 місяці тому

      Yes, there is an option in config to use delta and have the side by side preview for example if you want

    • @ManuX
      @ManuX 3 місяці тому

      @@danko95bgd thank you

  • @gand0rfTRZ
    @gand0rfTRZ 3 місяці тому +1

    Installing once I get home!!

  • @codingwithrendi
    @codingwithrendi 2 місяці тому

    Cool, this makes me so motivated to contribute to an open source project :)

  • @themohmand
    @themohmand 3 місяці тому

    How do you work with bare repos and manage worktrees using lazygit? This is one use case that I can’t figure out.

  • @yeyintaung9837
    @yeyintaung9837 2 місяці тому

    Couldn't help to subscribe, great job man❤

  • @FrancescoM-
    @FrancescoM- 3 місяці тому

    powerlevel10k have been discontinued same with yabai, can you make a video about oh my posh and an yabai alternative? like aerospace or similar?

  • @Liltsco
    @Liltsco Місяць тому

    God, that typing speed!

  • @ИльяПащенко-л8х
    @ИльяПащенко-л8х 3 місяці тому

    Thanks for the video! Super useful thing, using it every day.

  • @JIeFu-ee4xk
    @JIeFu-ee4xk 3 місяці тому

    Thanks ~ Wiat for so long for lazygit!!!

  • @Care2WorldBuild
    @Care2WorldBuild 3 місяці тому

    There goes all my git scripts and shortcuts! Now I wish I had made my scripting this good. Thank you for showing this. By the way, I keep hoping for ":x" when you use ":w :q" 😂

    • @joseanmartinez
      @joseanmartinez  3 місяці тому +1

      I definitely should use “:x” more often, I got so used to “:w” and “:q”! Happy to hear you found the video helpful!

  • @chovon
    @chovon 2 місяці тому

    awesome hello can you tell me how to show the type key on screen

  • @openshores4288
    @openshores4288 3 місяці тому

    Im currently happy with using commandline and DiffView in nvim but gotta try this one haha

    • @neniugrava
      @neniugrava Місяць тому

      If you like using the CLI for git you may enjoy the Fugitive vim plugin. The ":Git" command opens a buffer with the familiar "git status" output, but you can navigate around and use = to show the diff of a file, S to stage it, cc to create a new commit (opens a new buffer with the familiar contents), and dv opens a vertical diff of the file.
      You get commands like :Gvdiffsplit to open a vertical diff of the file (and you can diff with any branch or commit or tag via ":Gvdiffsplit some-branch:%", super useful).
      Oh, and the :Git command basically works exactly like git on the shell, so you can use all your familiar commands without having to learn anything new (but you can use nice vim things like % for current file, ctrl+r to get a file stored in a register, etc.). You can use all of your git aliases, too. I have a "git la" alias to output a nice graph log of all branches (fugitive just puts the output into a new split buffer).
      There are a million more features I don't know or use, but the fact that :Git just wraps the CLI tool really helped me pick up and learn gradually whenever I hit one of those "there has to be a better way" moments. I tried picking up lazygit months ago, but having to learn new things (even as intuitive and well-designed as it is) kept me from transitioning to it.
      I will definitely be trying lazygit again, though. It streamlines a lot of things that are cumbersome.

  • @alecclews
    @alecclews 3 місяці тому

    Noice -- best intro to Lazygit I've seen

    • @joseanmartinez
      @joseanmartinez  3 місяці тому

      Awesome, thank you for the feedback 🙏🏽

  • @TomKearns-t9p
    @TomKearns-t9p 14 днів тому

    Thank you very much!

  • @mattskov2917
    @mattskov2917 2 місяці тому

    What is your nvim theme

  • @codinglife391
    @codinglife391 3 місяці тому

    Tell me about your font name. Thanks

  • @gustavoferreira5622
    @gustavoferreira5622 3 місяці тому

    You can make more videos using nvim like the penultimate video.

  • @mateusztocha9260
    @mateusztocha9260 3 місяці тому

    sadly I get used to magit in emcas so much and now I am unable to switch. So I stick to Neogit

  • @kamertonaudiophileplayer847
    @kamertonaudiophileplayer847 3 місяці тому

    Interesting. I did it a bit different in RDS.

  • @PhilSherry
    @PhilSherry 3 місяці тому

    You should do similar videos for lazynpm and lazydocker.

    • @joseanmartinez
      @joseanmartinez  3 місяці тому

      Sounds good, will definitely keep it in mind. Thanks!

  • @cariyaputta
    @cariyaputta 3 місяці тому

    2:52 Shift-j, and S-h to scrool the sidebar.

  • @xbeast7585
    @xbeast7585 Місяць тому

    Great Video

  • @theherk
    @theherk 3 місяці тому

    I ❤ Lazygit!

  • @sadeepa_bandara
    @sadeepa_bandara 3 місяці тому

    Hi Josean, Thank you for your videos. They helped us a lot. I have one issue with my NVIM telescope. When I try to work with my projects, when I try NVIM with some projects, the telescope works well and shows all the files, but when I try different projects, the telescope doesn't work. So, I moved my files from a not-working folder to a working folder, and it works well. I think the issue is with folders. What can I do to solve this issue? Thank you ❤ Update: And also there's a could not parse linter output error in my code. Can you give me some help please.

    • @micaelviana
      @micaelviana 3 місяці тому

      I saw a friend of mine have a similar problem, in his case it was because .gitignore was misconfigured

  • @yuxiang4218
    @yuxiang4218 3 місяці тому

    great video

  • @ypathan420
    @ypathan420 3 місяці тому

    commenting for the algorithm❤

    • @joseanmartinez
      @joseanmartinez  3 місяці тому

      Thank you! Really appreciate the support

  • @NimaqAlizadeh
    @NimaqAlizadeh 3 місяці тому

    Nice 🎉

  • @zatochiSiberian
    @zatochiSiberian 3 місяці тому

    Thanks

  • @bustopher5837
    @bustopher5837 Місяць тому

    this is cool but i wouldnt use this to commit or push code, only to view things

  • @StingSting844
    @StingSting844 3 місяці тому

    So many keys to remember 😅

  • @raytry69
    @raytry69 Місяць тому

    Close lazygit with 'q'. :)

  • @ch4o7ic8
    @ch4o7ic8 3 місяці тому +1

    I cannot quiet express just how much this one peg not hanging properly in your pegboard bothers me...😶

  • @GR3YS0RG4N1CS
    @GR3YS0RG4N1CS 3 місяці тому

    Heads up, you don't need to do "Ctrl-c" to leave lazygit, "q" also quits out

    • @joseanmartinez
      @joseanmartinez  3 місяці тому

      Good to know, I thought “q” only worked with lazygit within Neovim, thanks!

  • @ktolis
    @ktolis Місяць тому

    it looks like the pycharm git interface

  • @bjarne9700
    @bjarne9700 3 місяці тому

    Great showcase but what purpose does this software serve? It looks so cluttered and unnecessarily complex. Usually TUIs exist to make complex commands easy to use but this one does the opposite.

    • @madmaxdev
      @madmaxdev 2 місяці тому

      Use it first.

    • @bjarne9700
      @bjarne9700 2 місяці тому

      @@madmaxdev your comment provides no value. No explanation no nothing. Can you name something that’s easier to do with this software that with just the git command?

    • @madmaxdev
      @madmaxdev 2 місяці тому

      @@bjarne9700 Use it first and you'll find out.

  • @radenikolic9125
    @radenikolic9125 13 днів тому

    cemu sluzi ovo

  • @vanvothe4817
    @vanvothe4817 3 місяці тому

    Lazygit is good and the best way I don't think so

  • @geomorillo
    @geomorillo 2 місяці тому

    lazygit is also great without neovim

  • @rul1175
    @rul1175 Місяць тому

    nice but not a tutorial to start.

  • @jorar91
    @jorar91 3 місяці тому

    Fugitive provides a much better experience in vim/neovim

  • @mallukittens177
    @mallukittens177 3 місяці тому

    Tbh I felt like it's way easier learning git than doing all these circus.

    • @joseanmartinez
      @joseanmartinez  3 місяці тому +1

      You should learn git before using lazygit

    • @mallukittens177
      @mallukittens177 3 місяці тому

      @@joseanmartinez I already use Git and i don't find any need for lazy Git for me. As thr name says it's for lazy people haha

    • @subbunittala2012
      @subbunittala2012 3 місяці тому

      @@mallukittens177 you are clown ....if you do not knwo the power of lazygit !!!