Pre-requisites
- Git installed
Windows users will need Git Bash (or similar bash terminal), which is installed with Git. The Command Prompt is not recommended. Mac and Unix use bash terminals by default.
Windows users will need Git Bash (or similar bash terminal), which is installed with Git. The Command Prompt is not recommended. Mac and Unix use bash terminals by default.
A big part of being an effective coder is keeping your development workspace tidy. Following good conventions is a great start towards that goal.
A quick summary of the `pwd`, `ls` and `cd` terminal commands.