Git & GitHub Tutorial for Beginners #6 - Making Commits

preview_player
Показать описание
Hey gang, in this Git tutorial I'll show you how to make commits. We'll also look at how to view the commit history using git log.

----- COURSE LINKS:

---------------------------------------------------------------------------------------------
Related tutorials:

----- NODE.JS TUTORIALS

============== The Net Ninja =====================

================== Social Links ==================

Рекомендации по теме
Комментарии
Автор

I love how your videos are short and precise.

jackfrost
Автор

"Fixed a load of crap" Idk why, but that made me lol
Thanks for the course!

danieljohns
Автор

I've just started building projects brother and wanted to learn git but was feared of command line but now I feel so much better and thanks!.

arvindk
Автор

your teaching style is great, keep doing this wonderful work.

muntasirferoz
Автор

Net Ninja.... simply in love with you!! (Oops, I mean your teaching style!!!)

aditibhalerao
Автор

Just a note for people who may get stuck where I did. I found myself getting lost right around this area and had to go back a few videos in order to understand why my terminal wasn't looking like The Net Ninja's. Be sure to manually save after every change. It seems simple but its where I went wrong so maybe it will help someone else.

seth
Автор

Lovely tutorial! Well explained and very easy to follow.

mandykorall
Автор

Thank you, Ninja. Enjoying this course very much!

_isaac_muniz_
Автор

It's good practice to write your commit messages in the imperative: "fix a load of crap" and not "fixed a load of crap"

alizeaiter
Автор

you deserve supscribtion and like. Thanks for uploading.

zochoice
Автор

Probably green refers to Untracked files and orange represents Modified attempts to already existing files.

kaissarmouelhi
Автор

does clicking on the up and down arrow at the bottom of visual studio code creates a commit?

zaylo
Автор

These git videos are great. They do a fantastic job of explaining how to use git clearly. However they introduce some small bad habits into the code that people may copy -- especially new coders. It's very easy to do when the tutor is focussed on explaining a concept. For example, git documentation states that all commits should be made PRESENT tense (or "imperative mood"). Eg. "Add margin to body CSS" and NOT "Added margin to body CSS". This is the standard used across the dev world and what should be taught. It's a small thing, but it's worth flagging for any new coders watching these tutorials :) Otherwise brilliant job!

johnnyw
Автор

when i type 'git log --oneline' one of my line is: "ID (HEAD -> master) changed body font size". What doest it mean the part (HEAD -> master)?

abrambologna
Автор

I need git cause I've been using svn for a long time.

jerickcarlosmangalus
Автор

should i add . /and commit line by line

prabhathsannasooriya
Автор

Mine says master -> origin. Is that a problem?

petecodes
Автор

How to push these commits to github ??

neerajsoni
Автор

"fixed a load of crap"
that's what I said when I updated my first unity game i released two years ago.

genericwhitemale
Автор

for people `oneline` command is not working try `--oneline`

amguruprasath
welcome to shbcf.ru