I\'m learning Git and reading the Pro Git book. The term \"branch tip\" is used sometimes in the book and also here on Stack Overflow, but I can\'t find the meaning of it.
A branch tip is the last commit or most recent commit on a branch. Basically it points to the most up to date code in the branch.