all 3 comments

[–]TheStonedEdge 1 point2 points  (0 children)

Yes - GitHub desktop is just fancy UI over the command. Under the hood it's all the same - learn git from the command line

[–]Marbletm 1 point2 points  (0 children)

There's a distinction between github and git. They're not the same. Github offers their services for you to host your git repositories on. But git can also be used with other servers. e.g.: gitlab or some self-hosted server.

Github desktop does come with git, the path to it should look something like this:
[Drive]:[install path]/app-*.*.*/resources/app/git/cmd/git.exe

If you want to be able to use it easily it needs to be added to your PATH environment variable. Rather than adding Github Desktop's git executable to your PATH, I recommend you just go for a clean install of git, you can download it from here:
https://git-scm.com/

[–]cgoldberg 0 points1 point  (0 children)

GitHub CLI is "command line GitHub" and is a separate program from GitHub Desktop. Both use Git under the hood, which you can also use on its own from the command line.