Тёмный

Git Commit Message - You Are Not Doing It Correctly 

Monsterlessons Academy
Подписаться 46 тыс.
Просмотров 34 тыс.
50% 1

Learn how to write git commit message in 10 minutes. It will make your git commit messages look more professional and simplify finding problems in git hostory later, other people will see that you are a skilled programmer and it will make git blame, revert, rebase and log easiert to do
► CHECK MY COURSES - monsterlessons...
FOLLOW ME
► TWITTER - / monster_lessons
RECOMMENDED VIDEOS
► My editor setup for web development - • Best Text Editor for W...
► Angular Tutorial for Beginners - • Angular Tutorial for B...
► Vue JS Crash Course - • Vue JS Crash Course fo...
► React Hooks Full Course - • React Hooks Tutorial f...
► Typescript Course for Beginners - • Typescript Crash Cours...
► Build a Todo App with Angular - • Build a Todo App With ...
► Creating custom select library - • Custom Javascript Drop...
► HTML Price comparison - • Practice CSS and HTML ...
► How to build Quiz with React hooks - • How to Build a Quiz Wi...
MY COURSES
► NestJS course - • Nestjs Tutorial: Build...
► Docker + Docker compose course - • Tutorial Docker Compos...
► Angular + NgRx course - • Angular Course 2021 - ...

Опубликовано:

 

15 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 40   
@MonsterlessonsAcademy
@MonsterlessonsAcademy 3 года назад
WATCH NEXT: Javascript Interview Questions and Answers - Dominate Your Next Interview - ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-wnYKH2dO620.htmlsi=5DfbGEfhXWiiv0a_
@kingnehmna7810
@kingnehmna7810 Год назад
Great explanation! I wish my university had taught us more about the features with Git and the importance of writing good commit messages. I never even knew that omitting the -m would open the message editor! Thanks a ton!
@MonsterlessonsAcademy
@MonsterlessonsAcademy Год назад
Yeap, Git is important
@cterogene
@cterogene 2 года назад
So helpful, I used to make lots of misunderstanding while programming. I 'm sure now I will resolve them.
@MonsterlessonsAcademy
@MonsterlessonsAcademy 2 года назад
Awesome!
@scottldn
@scottldn Год назад
the -m flag was causing me so many issues with my commit messages. git commit. Thats the way! Thanks
@MonsterlessonsAcademy
@MonsterlessonsAcademy Год назад
You are welcome!
@antoniodevcodes
@antoniodevcodes Год назад
This comes in handy whilst I'm working on settling on a standardised format for our commits. Many thanks.
@MonsterlessonsAcademy
@MonsterlessonsAcademy Год назад
You are welcome!
@advance5189
@advance5189 5 месяцев назад
Your tutorials are so helpful! I'm glad I came across your channel
@MonsterlessonsAcademy
@MonsterlessonsAcademy 5 месяцев назад
Glad you like it!
@f4cksoss
@f4cksoss 11 месяцев назад
1:43 Actually, you can set subject (title), body, footer, or whatever u want without the need to open a text editor. Just use three "-m" (e.g. git commit -m 'subject' -m 'body' -m 'footer'). For the break lines, in your terminal, it's possible to open quotes and press enter, it'll understand that as a break line, like this: git commit -m 'subject' -m 'very very very very > long > body > with four lines' -m 'footer'
@MonsterlessonsAcademy
@MonsterlessonsAcademy 11 месяцев назад
Yes but it's not comfortable to type everything in a single line when you can open an editor with all possibilities, keybinds and code highlighting.
@f4cksoss
@f4cksoss 11 месяцев назад
@@MonsterlessonsAcademy Surely. I was just raising possibilities
@theherk
@theherk 5 месяцев назад
It should be an imperative sentence describing what applying a patch will do. That is correct. Your first example of a "good" history uses past tense, however.
@alexandrekevinrodriguesdin906
@alexandrekevinrodriguesdin906 8 месяцев назад
that's the video that i was needed, one more subscribed. thanks
@MonsterlessonsAcademy
@MonsterlessonsAcademy 8 месяцев назад
Thanks for the sub!
@sm5970
@sm5970 4 месяца назад
Thank you so much. I appreciate your work.
@MonsterlessonsAcademy
@MonsterlessonsAcademy 4 месяца назад
You are very welcome
@julio1235679
@julio1235679 6 месяцев назад
please, enable subtitles in your videos, tks! Brasil here ! Great video.
@MonsterlessonsAcademy
@MonsterlessonsAcademy 6 месяцев назад
That's legens?
@julio1235679
@julio1235679 6 месяцев назад
@@MonsterlessonsAcademy *subtitles*
@martamax88
@martamax88 Год назад
This was very helpful. Thank you.
@MonsterlessonsAcademy
@MonsterlessonsAcademy Год назад
Glad it was helpful!
@hamzazahidulislam3490
@hamzazahidulislam3490 5 месяцев назад
Thanks ❤
@MonsterlessonsAcademy
@MonsterlessonsAcademy 5 месяцев назад
You're welcome 😊
@ricardomendez9179
@ricardomendez9179 2 года назад
Thanx, this was very useful.
@MonsterlessonsAcademy
@MonsterlessonsAcademy 2 года назад
Glad to hear!
@sugiono2801
@sugiono2801 2 года назад
do you know how to split git in angular workspace multiple apps ?
@MonsterlessonsAcademy
@MonsterlessonsAcademy 2 года назад
The easiest solution would be git submodules. You pack each project as a submodule and get them in root repo. But I don't get why you want to use workspaces and several repos. You can either just do N projects N repos and pack all projects in 1 repo with namespaces.
@Kevinschart
@Kevinschart Год назад
my git commit doesn't work that way..no option to add notes
@nicholasbenjamin3166
@nicholasbenjamin3166 Год назад
Hey Great Lesson, my only question is after running the commit command and writing a multi line comment, What is the next step to saving the commit, for me it's stuck inside of the commit message. Do i Press command Q or command S. Eitherway fantastic lesson on commits.
@MonsterlessonsAcademy
@MonsterlessonsAcademy Год назад
It depends on your editor. If it's vim then you need to save and close it :wq
@nicholasbenjamin3166
@nicholasbenjamin3166 Год назад
@@MonsterlessonsAcademy thank you, again great video
@michael_scarn_
@michael_scarn_ Год назад
Thank you :)
@MonsterlessonsAcademy
@MonsterlessonsAcademy Год назад
You're welcome!
@TucksFunTimez
@TucksFunTimez 11 месяцев назад
Its my birth day🎉🎉🎉❤😂😢😮😅😊
@MonsterlessonsAcademy
@MonsterlessonsAcademy 11 месяцев назад
Happy birthday. All the best!
@user-sz4ht2ly7y
@user-sz4ht2ly7y 9 месяцев назад
Брат, спасибо тебе! Раньше коммитил как бомж - сейчас знаю, как правильно
Далее
Git Tutorial For Dummies
19:25
Просмотров 1,1 млн
13 Advanced (but useful) Git Techniques and Shortcuts
8:07
I Do this for every commit and why you should too!
12:40
Everything You Need to Know about Git
23:16
Просмотров 16 тыс.
How to commit better with Git
11:41
Просмотров 17 тыс.
Git merge and git conflicts
39:37
Просмотров 20 тыс.
Git best practice tip: clean commit history
51:30
Git PULL vs FETCH
7:13
Просмотров 19 тыс.
git rebase - Why, When & How to fix conflicts
9:45
Просмотров 47 тыс.