Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 266 Bytes

File metadata and controls

7 lines (4 loc) · 266 Bytes

Why you as a programmer need to prefer CLI more than GUI

Speed: mkdir folder1 folder2 folder3 vs clicking 3 times.

Automation: Scripts can repeat tasks in seconds.

Git & GitHub: Most Git commands are CLI-based; understanding CLI makes version control much easier.