Git Tutorial 7: What is HEAD?

preview_player
Показать описание
Simple git tutorial explaining what is HEAD in git version control system.

Next Video:

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

I always said: a good teacher is the one that explain clearly and in an easy manner to understand what he knows. Very good presentation!

aradb
Автор

5:16 - "...now I have thirsty in my head" 😂

andrianvangelov
Автор

Head is the main part of a body, you can't live without head.

branquitodemunze
Автор

Thank you. I understand the HEAD better

thinkingtree
Автор

Short and clear. Easy to understand. Thanks. Please make more videos on GIT

vinodpasi
Автор

Thanks a lot! I'm learning to code and could not understand the difference between * (next to a branch's name) and HEAD. Now I think I get it! :)

LaGrossePaulik
Автор

Very helpful video, nice background music.

prashanth-
Автор

Use this instead: git log --oneline
It will show one commit per line, as well as where the HEAD is. (git v2.13.0)

sergegoujon
Автор

Awesome !!! How do we get that (master) at the end of directory/file?

kjaffari
Автор

Excellent....Please explain sprint and JERRIT TOOL

SRIKANTH-lsbm
Автор

head refers to the current commit (mostly to the recent commit)

alii
Автор

Nice video. Btw the Pizza is pronounced 'Peet'-sa

aftabkashif
Автор

min 5:17 How one can be thirsty in the head?🤔 it´s programming a cause of thirsty in head?

adolfocarrillo
Автор

Hello Sir, when i use git tooldiff head~1 head, it is not showing difference between head and (head-1) rather it shows difference between latest commit vs latest -1 in the repo. How to solve this issue?

RajuDas-zngx
Автор

Ok, but what's the main point behind the usage of detached HEAD mode? You seem to omit it in your tutorial.

atexnik
Автор

Thanks for making me explain about Git HEAD concept. However, I have a query in your last slide of detached HEAD. When you came out of detached HEAD by using git checkout master, I think at that time the HEAD should have pointed to 'burger' commit because this was the recent/latest commit after 'pizza' commit but in your last slide, I saw that it was referring to 'pizza' commit. How come it is possible because master had burger commit as the recent one after pizza commit? Please advise. thank you

Vinod_Kumar
Автор

I couldn't find the difference between
git checkout (Id commit)
git reset - - hard(Id commit)
Both give me the same result when I enter git log
Could anyone help me plz.. Thx in advance

LoloLolo-vvpv
Автор

So what happens to the branch thirsty? Will my HEAD pointer never be able to use that branch?

mitalichudasama