hakunawazo, 1 year ago Also part of the Cli magic is a pretty git log tree like that: https://lemmy.world/pictrs/image/3302d15a-1370-4f02-bc0d-5ec00c0c20f6.png 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).
Also part of the Cli magic is a pretty git log tree like that: https://lemmy.world/pictrs/image/3302d15a-1370-4f02-bc0d-5ec00c0c20f6.png 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).