Is there a way to show all commits like a "verbose" or "debug" function when using git pull origin master?
I just want to see what changes are committed.
I use git log a lot.
Try this out:
git log --graph --all --decorate
Gives a great overview.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With