@[email protected] to Programmer [email protected]English • 1 year agoGitHub Desktop or Git CLI?programming.devimagemessage-square134fedilinkarrow-up1510arrow-down132
arrow-up1478arrow-down1imageGitHub Desktop or Git CLI?programming.dev@[email protected] to Programmer [email protected]English • 1 year agomessage-square134fedilink
minus-square@hakunawazolink1•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://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).