TOP 6 GIT Extensions You Need In VS Code

Поделиться
HTML-код
  • Опубликовано: 13 июл 2024
  • ▬▬▬▬▬▬▬▬▬▬ ► CHECK THESE OUT ◀︎▬▬▬▬▬▬▬▬▬▬
    📧️ NEWSLETTER: bryanjenkstech.ck.page/d4ec07...
    💬 DISCORD: / discord
    🗣️ SOCIALS: streamerlinks.com/tallguyjenks
    ▬▬▬▬▬▬▬▬▬▬ ► SUPPORT THE CHANNEL ◀︎▬▬▬▬▬▬▬▬▬▬
    👨🏻‍💻️ GITHUB SPONSOR: github.com/sponsors/tallguyjenks
    🙏🏻️ AMAZON WISHLIST: www.amazon.com/hz/wishlist/ls...
    😇 PATREON: www.patreon.com/bryanjenks?fa...
    🙌🏻️ RUclips MEMBERSHIP: / bryanjenkstech
    ☕ BUY ME A COFFEE: www.buymeacoffee.com/tallguyj...
    💵 PAYPAL: www.paypal.me/tallguyjenks
    📊️ FREE STOCKS: join.robinhood.com/bryanj67
    ▬▬▬▬▬▬▬▬▬▬ ► My Newsletter ◀︎▬▬▬▬▬▬▬▬▬▬
    📧️ NEWSLETTER: bryanjenkstech.ck.page/d4ec07...
    ▬▬▬▬▬▬▬▬▬▬ ► My Gear ◀︎▬▬▬▬▬▬▬▬▬▬
    ⚙️GEAR: kit.co/tallguyjenks/my-gear
    ▬▬▬▬▬▬▬▬▬▬ ► Questions? ◀︎▬▬▬▬▬▬▬▬▬▬
    ❓️FAQ: github.com/BryanJenksCommunit...
    ▬▬▬▬▬▬▬▬▬▬ ► Social ◀︎▬▬▬▬▬▬▬▬▬▬
    💬 DISCORD: / discord
    🐦 TWITTER: / tallguyjenks
    📺 TWITCH: / tallguyjenks
    📜️ MEDIUM: / tallguyjenks
    💼️ LINKEDIN: / bryanjenks
    🖥️ GITHUB: github.com/tallguyjenks
    🌎 WEBSITE: www.bryanjenks.dev/
    ▬▬▬▬▬▬▬▬▬▬ ► The Rest ◀︎▬▬▬▬▬▬▬▬▬▬
    Thanks for watching and if you liked this video please leave a 👍🏻
    Subscribe to my channel and click the 🔔 icon for notifications when I post a new video
    If you read this far put a 🐄 in the comments!
    ▬▬▬▬▬▬▬▬▬▬ ► TAGS ◀︎▬▬▬▬▬▬▬▬▬▬
    #obsidian #zettelkasten #bryanjenks
    Want to get your hands on my Obsidian templates, Custom CSS, and Mermaid Diagram code? 👉🏻️bryanjenkstech.ck.page/d4ec07...
    0:00:00 Welcome!
    0:00:33 Intro
    0:00:43 What we're talking about today
    0:01:53 SUPPORT THE CHANNEL
    0:02:14 A Little About Git And Its Intended Use
    0:03:46 VSCode Packaged Git Support
    0:05:48 1 GitLens
    0:09:05 2 Git History
    0:11:06 3 Git Graph
    0:12:54 4 GitIgnore
    0:14:09 5 Git Project Manager
    0:15:10 6 Code Stream
    0:16:19 Closing
    0:17:04 THANK YOU PATRONS AND SPONSORS
  • НаукаНаука

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

  • @BryanJenks
    @BryanJenks  3 года назад +4

    Want to get your hands on my Obsidian templates, Custom CSS, and Mermaid Diagram code? 👉🏻️bryanjenkstech.ck.page/d4ec0713d5
    0:00:00 Welcome!
    0:00:33 Intro
    0:00:43 What we're talking about today
    0:01:53 SUPPORT THE CHANNEL
    0:02:14 A Little About Git And Its Intended Use
    0:03:46 VSCode Packaged Git Support
    0:05:48 1 GitLens
    0:09:05 2 Git History
    0:11:06 3 Git Graph
    0:12:54 4 GitIgnore
    0:14:09 5 Git Project Manager
    0:15:10 6 Code Stream
    0:16:19 Closing
    0:17:04 THANK YOU PATRONS AND SPONSORS

  • @gomesroney
    @gomesroney 2 года назад +1

    Great video. Even for an experienced git user, having something readily available from the editor - specially for the most common tasks - is pretty useful for keeping you in the flow. Sometimes context switching to the terminal or a different tool is all it takes for you to loose your entire train of thought.

    • @BryanJenks
      @BryanJenks  2 года назад

      crazy complex tool, but oh so very useful

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

    Thanks for this. I think it was exactly what I was looking for today.

  • @ex0stasis72
    @ex0stasis72 2 года назад

    I've been on both sides of the fence when it comes to git command line vs git in a GUI.
    What worked well for me was learning just the bare minimum of git on command line in the best case scenarios where I didn't have to resolve conflicts or undo a git mistake I made. That made learning the various git GUIs so much easier to understand after that.

    • @BryanJenks
      @BryanJenks  2 года назад +1

      yeah, i still stick to the git basics, im primarily in the CLI but various extensions like git graph make it so much easier to conceptualize exactly wtf is going on with the branches. I have another talk on my channel all about CLI git branching workflows for this very reason, cli is often just more efficient and powerful but it can be hard to fix something when it's been blown up

  • @SilvioM_OFerreira
    @SilvioM_OFerreira 2 года назад

    great job duddy!
    thanks.
    greetings from Brazil.

  • @abdulazeez.98
    @abdulazeez.98 Год назад

    Git graph is awesome! Currently I use a whole program (sourcetree) just to visualise that graph. Now I can do all Git in VSCode.

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

      Got kraken is also really rad for that too!

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

    Hi man, great content. I have a question, how do you customize your terminal for appears with those colors

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

      It’s a theme installed for iterm

  • @aram5642
    @aram5642 2 года назад

    Does any of those extensions provide a nice UI for git rebase interactive and the partial commits (-p)?

    • @BryanJenks
      @BryanJenks  2 года назад

      mmm not too sure, git graph is one of the best visual ones ive ever seen

  • @rac154
    @rac154 2 года назад

    For terminal which extension you using
    Like :- showing :(master) as current branch

    • @BryanJenks
      @BryanJenks  2 года назад

      i believe in this video its just plugins for OhMyZSH

  • @carloscampos8832
    @carloscampos8832 2 года назад

    been using vscode for the last 2 years didn't knew it automatically displayed the changes lol I always the cli to display them in the terminal

  • @masterdrop
    @masterdrop 3 года назад

    yasss

  • @msheaver
    @msheaver 2 года назад

    My go-to for Git VCS has been, for a LONG time, is Gitkraken! I did use Git Tower for a while, but the beautiful UI of GK stole me away from it!

    • @BryanJenks
      @BryanJenks  2 года назад

      GK is nice for sure, ive used it a bit here and there

    • @davidmc105
      @davidmc105 8 месяцев назад

      I have for a while been using GitKraken for all my git projects. It's not my profession, It does way more than I need but good for what I want. I'm now starting with VS Code and PlatformIO and quite lost with how to use GK with VS Code. Any tips?

  • @rumisbadforyou9670
    @rumisbadforyou9670 2 года назад

    GPM 14:09
    You literally have "File -> Open Recent" for this. Why do you have to reinvent the wheel?

    • @BryanJenks
      @BryanJenks  2 года назад

      keybindings are easier, and it remembers all your projects and you can type to have it find one with fuzzy finding. i find it to be more efficient

  • @baselqarbun4895
    @baselqarbun4895 3 года назад

    🐧

  • @stepanzavadil
    @stepanzavadil 2 года назад +1

    I like the extensions and the way you introduce them. What I don’t like, is that you ask for channel support before you even tell something useful.

    • @BryanJenks
      @BryanJenks  2 года назад +2

      its common practice due to viewership retention time and the assumption that most people watching are returning subscribers who are coming from prior videos.