Git Tutorial for Beginners - GitHub Version Control
Git Tutorial For Beginners | What is Git and GitHub? | Git Tutorial | DevOps Tutorial | Simplilearn
GitHub Basics Made Easy: A Fast Beginner's Tutorial!
Comprendre Git (7/18) : Les branches
Git & GitHub Tutorial for Beginners #3 - How Git Works
#0 Git Tutorial | What is Git? | Github
Git and GitHub Tutorials #7 - Staging Changes and Making you First Commit!
GitHub Tutorial - Beginner's Training Guide
Git and GitHub for Beginners - Crash Course
Комментарии
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?