Also part of the Cli magic is a pretty git log tree like that:
Image
stackoverflow.com/questions/1838873/…/34467298#34…
And a proper diff tool like vim:
git config --global diff.tool vimdiff git config --global difftool.prompt false
(Current diff could be closed with :qa. All diffs could be closed with :cq).
stepanzak@iusearchlinux.fyi 11 months ago
TIL!
FiskFisk33@startrek.website 11 months ago
git log --graph --oneline --all