Saved Bookmarks
| 1. |
What Is A Branch On Github? |
|
Answer» 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. 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. |
|