Command Line Basics for Web Developers (Terminal / Git Bash)

Опубликовано: 09 Октябрь 2024
на канале: Susan B.
1,369
like

Learn what command line is and why it’s an important tool every web developer should know. We’ll look at setting up command line programs on Mac and Linux (Terminal) and Windows (Git Bash). Finally, we’ll walk through some basic commands for working with files and directories.

NOTES: https://codewithsusan.com/notes/comma...

=== RELATED VIDEOS ===
Simple Command Line Text Editing with Nano
   • Simple Command Line Text Editing with...  

=== CHAPTERS ===
00:00 Intro
00:27 Example
02:04 Three Reasons why web devs should know CL
05:19 Program setup - Mac
05:37 Program setup - Linux
05:45 Program setup - Windows
06:34 Basic commands
07:22 Move to ~/Desktop
08:40 Create a directory
09:12 Create a text file
11:06 Renaming
12:23 Moving
14:40 Deleting
15:08 Flags
16:45 Command manuals
17:30 ExplanShell.com
19:59 Tip: Up arrow to cycle to previous commands
20:24 Tip: Autocomplete paths and filenames
21:26 Wrap-up