Git Branch Options

Some useful options about git branch

git branch has a bunch of options that can be very useful. One of them is to check the last commits of each branches: git branch -v.

git branch -v lists the last commits of each branches.

git branch -v lists the last commits of each branches.

Planted: by ;

L Ma (2016). 'Git Branch Options', Datumorphism, 11 April. Available at: https://datumorphism.leima.is/til/programming/git/git-branch-details/.