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)
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...

Roland
Votes: 0
Answers: 1
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...
mwallner
Votes: 0
Answers: 2