Skip to content

Commit

Permalink
update from solution
Browse files Browse the repository at this point in the history
updating for lm01
  • Loading branch information
Toni Langley committed Mar 15, 2017
1 parent 5941c2c commit 90f6544
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions cli-diagnostic/rhyme.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"The rain in Spain falls mainly in the plain."
8 changes: 4 additions & 4 deletions diagnostic.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ Using Atom, open up `diagnostic.md` and write your answers below (where indicate
5. Great Work! Back in the terminal, do `git status` to view your changes. What color is the file name?

<!-- Answer Starts Here -->

Red
<!-- Answer Ends Here -->

6. Do `git add <file_name>` to stage your changes. Do `git status` again to see the newly staged file. What color is the file name now?

<!-- Answer Starts Here -->

Green
<!-- Answer Ends Here -->

7. Let's commit these changes with `git commit <file_name>` and the commit message of `add temp.md and associated folders`.
Expand All @@ -55,7 +55,7 @@ Using Atom, open up `diagnostic.md` and write your answers below (where indicate
1. Is `/Users/blah_blah/Desktop` a relative path or an absolute path? How do you know?

<!-- Answer Starts Here -->

Absolute path, the first / represents the root of the system.
<!-- Answer Ends Here -->

2. Given:
Expand All @@ -77,7 +77,7 @@ If we are in the `project` directory and use `cd planning`, is a relative or abs
3. Now suppose that we have an image file living inside our project. Would we refer to it with an absolute or relative path? Why?

<!-- Answer Starts Here -->

We can use relative paths which are a path from the directory or file we are currently in or absolute paths which are a path from our root directory.
<!-- Answer Ends Here -->

<hr>
Expand Down

0 comments on commit 90f6544

Please sign in to comment.