Easy Conventional Commits in VSCode - VSCode Pro Tips

Поделиться
HTML-код
  • Опубликовано: 8 сен 2024
  • Conventional Commits docs: www.convention...
    Become a Level Up Pro and take your web skills to the next level!
    www.leveluptut...
    The best web development podcast out there
    Syntax with Wes Bos and Scott Tolinski
    syntax.fm
    🎨 VSCode Theme: marketplace.vi...
    All of the stuff I use
    www.scotttolin...

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

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

    useful to add that you can just click the circle icon in the source control tab and it will open it (if you prefer to do the commits from there)
    you can also disable the emojis and other stuff from preferences

  • @Phoenix-hl5iw
    @Phoenix-hl5iw 2 года назад +1

    Hey, Scott! Whats up? Thanks for the video, man. Love the audio quality and the way you explain things.
    Can you tell me what theme and font youre using for your VScode on this one?

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

    Thanks. This is really helpful.

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

    I'm not a fan of using VScode UI for git, i use terminal.
    If you're like me the simple way to give yourself a reminder of convention, add a .gitmessage file to the repo. Inside you can then add a commented example, the convention tags, and URLs.
    If you've got VScode setup as your commit editor, when you do "git commit" (without the -m ) it will open this file in your editor as part of the commit msg.

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

      Should you ever go down the emacs path then I recommend checking out the magit package... it greatly improved my workflow (disclaimer: I spend most of my time in a terminal window).

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

    Very useful 🚀

  • @SRG-Learn-Code
    @SRG-Learn-Code 2 года назад +1

    I've never fancied how github show commits side of the file or folders. I would like to be able to add short descriptions of what the file is for or what a folder contains. I could achieve that by creating "empty" commits or addings hundreds or read.me's but it's not sustainable. I think this feature could help to new developers and open source projects. Does anybody know if there is a way to achieve it?

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

    That's pretty convenient. :D

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

    tq

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

    what font did you use?

  • @yapayzeka
    @yapayzeka 25 дней назад

    2:15 you should've written "add" instead of "adds" to be conventional

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

    fix 48