Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Response #254

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions diagnostic.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,21 +31,21 @@ 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`.

8. Navigate back up to `cli-diagnostic`, and delete the `temp` directory (with `temp.md` inside of it). Use `ls` to show the contents of `cli-diagnostic` - was `temp` deleted?

<!-- Answer Starts Here -->

Yes >> Used rm -rf to delete
<!-- Answer Ends Here -->

9. Let's commit our changes, Do `git status` to view your changes. Do `git add <file_name>` to stage your changes. Commit these changes with `git commit <file_name>` and the commit message of `remove temp folder`.
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 @@ -71,13 +71,13 @@ Using Atom, open up `diagnostic.md` and write your answers below (where indicate
If we are in the `project` directory and use `cd planning`, is a relative or absolute path being referenced? How do you know?

<!-- Answer Starts Here -->

Relative path, planning is referenced with respect to the current working directory, project.
<!-- Answer Ends Here -->

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 -->

Relative, the image file lives inside our current working directory, project ; as a result, an absolute path is not needed to access it.
<!-- Answer Ends Here -->

<hr>
Expand Down
1 change: 1 addition & 0 deletions rhyme.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
The rain in Spain falls mainly in the plain.