- Is virus and malware free
- Uses the latest, stable, updated version of its operating system
- Has a functioning screen, keyboard, and trackpad
- Has plenty of free hard drive space and memory
- Can reliably connect to wireless networks
TIP: Treehouse offers a free 14-day trial which you can suspend after completing their courses.
At the workshop, you'll learn all the skills necessary to complete this assignment. It's due before the start of your follow-up Code Fellows course.
Demonstrate the following skills using only your Terminal, your text editor, and your web browser.
For example, codefellows
For example, codefellows/unix_notes.txt
For example,
cd <path> Changes the working directory to <path>
ls <path> Lists the directory content of <path>
...
For example, codefellows/git_notes.txt
For example,
git add <file> Adds any changes inside <file> to the staging area
git commit -m '<message>' Commits the staging area to the repository with a <message>
...