Home
Blogs
Questions
Jobs
Monetize

Home

About Us

Blogs

Questions

Jobs

Monetize

Post Job

banner

Questions about git-log

Read more about git-log

python (12.9k questions)

javascript (9.2k questions)

reactjs (4.7k questions)

java (4.2k questions)

java (4.2k questions)

c# (3.5k questions)

c# (3.5k questions)

html (3.3k questions)

Questions - git-log

How can i extend my git log command to get desired output

how can I extend the following command so that the following desired output appears? git log --pretty=oneline --no-abbrev-commit Output: fcdb58d185039bd732e877a3cae6485608a39e70 (HEAD -> master, o...
test-img

Roland

git

git-log

Votes: 0

Answers: 1

Latest Answer

You can try using the following command: git log --no-walk --tags --pretty='format:%H, %s, %ae' --decorate=full %H will show the full commit hash, %s for commit-message, and %ae for author email, &qu...
test-img

sjain24

how to list all 'active' branches in git containing unmerged commits

I'm struggling to make sense of the history of a couple of very large repositories that have hundreds of (old) branches which never have been deleted (even though work on most of these branches is 'do...
test-img

mwallner

git

version-control

git-branch

git-log

Votes: 0

Answers: 2

Latest Answer

In addition to toreks amazing answer I stumbled upon this - figuring out 'obsolete' branches really breaks down to git branch -r | xargs -t -n 1 git branch -r --contains I came up with a PowerShell s...
test-img

mwallner

Posts

Questions

Blogs

Jobs

The ultimate platform for coders and IT specialists

About

  • Company
  • Support

  • Platform

  • Terms & Conditions
  • Privacy statement
  • Cookie policy
  • Cookie option
  • OnlyCoders © 2025  |  All rights reserved