We're a place where coders share, stay up-to-date and grow their careers.
First time hearing about git log --oneline. A truly cleaner way to look at the history.
git log --oneline
Thanks Chris
Glad it helped!
And there is much more... try git log --all --decorate --oneline --graph :)
git log --all --decorate --oneline --graph
Yes! there's a whole bunch :) Here's the full docs if you're interested: git-scm.com/docs/git-log (examples at the bottom)
Just did it! Thanks.
Now I feel like a 10x developer :)
First time hearing about
git log --oneline
. A truly cleaner way to look at the history.Thanks Chris
Glad it helped!
And there is much more... try
git log --all --decorate --oneline --graph
:)Yes! there's a whole bunch :) Here's the full docs if you're interested: git-scm.com/docs/git-log (examples at the bottom)
Just did it! Thanks.
Now I feel like a 10x developer :)