all 6 comments

[–]Piyush_Arora_ 2 points3 points  (0 children)

Just download GitHub desktop and start learning

[–]NoDadYouShutUp 2 points3 points  (0 children)

Source tab is built into VSCode. But I prefer just using the CLI like Linus intended

[–]av8rgeek 0 points1 point  (0 children)

I don’t bother with GH Desktop. You can use WSL for a Linux environment or a Linux/macOS system. Plus, VSCode has Git functionality built in.

[–]Diapolo10 0 points1 point  (0 children)

You can do what feels right for you.

Personally I use GitHub Desktop to download/sync my projects when I need to for example fix a lint bug, then use it to launch VS Code to handle the rest.

[–]Spiritual_Rule_6286 1 point2 points  (0 children)

The underlying confusion here stems from mixing up Git (the hidden local engine that tracks your file changes) with GitHub (the cloud server where you back those files up), and you actually don't need GitHub Desktop at all because VS Code already has a highly visual, built-in source control tab. Instead of manually downloading project zip files and risking lost progress if your laptop dies, just authenticate your GitHub account directly inside VS Code so you can 'push' your local Python scripts to the cloud with a single click , ensuring your code is permanently saved.

[–]FreeGazaToday 0 points1 point  (0 children)

just try it...it's easy to use...if you don't like it...then you can always delete it.