...

/

Conclusion: Git Branching

Conclusion: Git Branching

Quickly go over some important points from the previous lessons.

We'll cover the following...

A branch is just a pointer

Remember these points:

  • A branch is a pointer to the end of a line of changes.
...