Profile
Sign out
menu
create
New Post
My learned
Sign In
Display logs from any branch
Git
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
arrow_back
back