...

/

Branches and References

Branches and References

Learn how branches are managed by Git.

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 ...