Easy Conventional Commits in VSCode - VSCode Pro Tips

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

КОМЕНТАРІ • 13

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

    Excellent thank you very much for your time!

  • @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

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

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

  • @rahulxcr
    @rahulxcr Рік тому

    Thanks. This is really helpful.

  • @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?

  • @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?

  • @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).

  • @elpmid
    @elpmid Рік тому

    what font did you use?

  • @juanmacias5922
    @juanmacias5922 2 роки тому

    That's pretty convenient. :D

  • @irfnrdh
    @irfnrdh Рік тому

    tq

  • @kickbuttowsk2i
    @kickbuttowsk2i 2 роки тому

    fix 48