View the latest commit of branches in Git
You can find out what commits were made last in each of the existing branches. To do this, use the following command:
git branch -v
Look at the latest commits of your branches.
You can find out what commits were made last in each of the existing branches. To do this, use the following command:
git branch -v
Look at the latest commits of your branches.