Display logs from any branch
With this command, you can check the commit logs in another branch of your project. It's very useful when other coworkers push changes to the main branch.
case main branch: git log -g main
With this command, you can check the commit logs in another branch of your project. It's very useful when other coworkers push changes to the main branch.
case main branch: git log -g main