If you’re new to programming, working on Windows, and want to get started with command line, I recommend using Git Bash. The advantage of Git Bash is it uses Unix-based commands which are common across a variety of platforms (Mac, Linux, many web servers, etc.). This is in contrast to commands you’d use in something like PowerShell, which is a Windows-specific command line program. I only recommend focusing on PowerShell if you know your development work is going to be Window’s specific.
NOTES: https://codewithsusan.com/notes/bash-...
Download Git Bash from https://gitforwindows.org
Learn more about working in command line: • Command Line Basics for Web Developer... (First part of this video is program setup - you can skip to 6:34 when the command instruction starts)
=== CHAPTERS ===
00:00 Why use Git Bash?
00:55 Download and install
03:21 Some basic commands