Branches and References
Learn how branches are managed by Git.
We'll cover the following...
We'll cover the following...
References to commits
Git manages branches by using references pointing to the commits. This mechanism allows instant branch creation without cloning the whole project folder.
HEAD file
The HEAD file stores the current commit hash. Run the ...