![](https://www.devopsschool.com/blog/wp-content/uploads/2022/02/branch-in-git-hub.png)
Branch in Git means a lightweight movable pointer to one of these commits. The default branch name in Git is the master. As we initially make commits, we are given a master branch that points to the last commit being made. Every time we commit, it moves forward automatically.