Today I Learned
Git Branch Options
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
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
.