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
.
Planted:
by Lei Ma;
Similar Articles:
L Ma (2016). 'Git Branch Options', Datumorphism, 11 April. Available at: https://datumorphism.leima.is/til/programming/git/git-branch-details/.