hypnotic_nerd@programming.dev to Programmer Humor@programming.devEnglish · 1 year agoGitHub Desktop or Git CLI?programming.devimagemessage-square110fedilinkarrow-up1470
arrow-up1439imageGitHub Desktop or Git CLI?programming.devhypnotic_nerd@programming.dev to Programmer Humor@programming.devEnglish · 1 year agomessage-square110fedilink
minus-squarehakunawazo@lemmy.worldlinkfedilinkarrow-up1·1 year agoAlso part of the Cli magic is a pretty git log tree like that: https://stackoverflow.com/questions/1838873/visualizing-branch-topology-in-git/34467298#34467298 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)
https://stackoverflow.com/questions/1838873/visualizing-branch-topology-in-git/34467298#34467298
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).