Reviewing GitHub Pull Requests in your Terminal

Поделиться
HTML-код
  • Опубликовано: 20 авг 2024

Комментарии • 16

  • @ascourter
    @ascourter 11 месяцев назад +2

    I am digging into Octo and gh dash myself to use it more in my workflow. Thanks for the video!

    • @zackproser
      @zackproser  11 месяцев назад

      Very nice - glad you liked it!

  • @Kaiyes_
    @Kaiyes_ 10 месяцев назад +2

    80s synth + neovim + octo == ❤

    • @zackproser
      @zackproser  10 месяцев назад

      I agree :) thanks so much!

  • @elsombrero105
    @elsombrero105 2 месяца назад

    Thanks a ton for the video! Does anything changed from the time it was published? I want to use your workflow in exactly the same way, bc I like how it looks. Please share your experience of how you are working with the prs these days?

    • @zackproser
      @zackproser  2 месяца назад

      Thanks so much for your support 🙏☺️ I haven't changed much with this workflow since publishing the video. Lately however I've been shipping a ton of Next.js mostly as a solo dev, so I also use GitHub's native UI.
      Let me know if there are other topics you'd like to see covered in the future!

    • @olexiilysenko2544
      @olexiilysenko2544 2 месяца назад

      @@zackproser thank you for the answering, - I would really like the debugging of js (Next.js/React.js etc.) code to be covered in the future. Another topic which is very interesting - is writing tests and testing flow in neovim. Btw, it would be great if you leave some links on your dotfiles to have the same config as yours, it's pretty handy for the community, and allows to
      follow quickly, trying new things. Wishing you all the best of this world, waiting for the new useful videos from you, bro! Cheers!

  • @Krishtal3
    @Krishtal3 Год назад

    That is amazing, thanks

    • @zackproser
      @zackproser  Год назад

      🙌 Glad it was helpful 😄

  • @Krishtal3
    @Krishtal3 Год назад +1

    Have you get the error when you tried to add comment for instance to the PR? because for all changes to PR I'm getting error. exec: "gh": executable file not found in $PATH

    • @zackproser
      @zackproser  Год назад

      Ah, that error suggests you need to install the gh tool, which is GitHub's official command line interface. You can find it at github.com/cli/cli

    • @zackproser
      @zackproser  Год назад

      If you already have it installed, then that error suggests it may be missing from your PATH.

    • @Krishtal3
      @Krishtal3 Год назад

      @@zackproser yep, it’s installed, I can use gh command

    • @Krishtal3
      @Krishtal3 Год назад

      @@zackproser I’ve just found that gh cli do not recommend install gh by snap what I did, I’ll try to reinstall with another manager

    • @zackproser
      @zackproser  Год назад

      @@Krishtal3 Awesome! Glad you got it working and thanks for leaving this note. It will help others in the future.