git branch pointer

Creator
Creator
Seonglae ChoSeonglae Cho
Created
Created
2021 Apr 23 9:56
Editor
Edited
Edited
2025 Jun 7 16:28
Refs
Refs
A Git branch is a movable pointer that references specific commits in the repository's history.
  • Points to a specific commit in the repository
  • Represents the only mutable reference in Git's object model
  • Automatically updates when new commits are made on the branch
 
 
 
 
 
 
 

Recommendations