Mastering Git for QA Automation | HEAD Symbolic reference | Mukunthan Ragavan

Published: 09 June 2024
on channel: QA Automation Alchemist
73
5

Git for QA automation testers involves structuring the content to progressively build knowledge from basic to advanced git concepts.

This video talks about
HEAD, which is a reference to the current commit that your working directory is based on.
HEAD is a symbolic reference that points to the tip (latest commit) of the current branch you are working on.

Hands-on of git HEAD
Seeing Commits with HEAD moving
Seeing change in HEAD while switching branches
Switching to specific commit using commit id rather branch
how to change HEAD from one commit to other commit