bcem2004 / unix-cli-diagnostic

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

General Assembly Logo

Unix/CLI Diagnostic

Prerequisites

Setup Instructions

  • Fork this repository to your GitHub account.

fork

  • Copy the ssh link shown on the top of the page.

Remotes

  • Open your terminal and navigate to your wdi/diagnostics directory.

  • Type git clone + the URL that you just copied from GitHub.com, and hit enter. This will copy the repository from GitHub.com to your current location.

  • cd into the unix-cli-diagnostic directory

command_line

-Type git branch response to create a new branch.

-Type git checkout response to switch to your response branch.

-Finally, follow the directions given in diagnostic.md.

Submitting Your Solution

Stage your files with: git add <"Filename">

Commit your changes with git commit (leave a good commit message)

Push your changes with git push origin response

Finally, go back to the GitHub page for your fork (the place where you copied the URL). Create a pull request.

Your pull request description should contain a "fist to five" for comfort and clarity. Additionally, you should mention the resources you used to help you complete this diagnostic. For example:

Comfort: 3
Clarity: 3

I used Google and my class notes to help with this diagnostic.

You may wish to refer to "How do I submit diagnostics?" and other FAQs related to forking, cloning, and pull requests.

You may use any resource other than each other to complete this diagnostic. This includes referencing talk materials, appropriate documentation, and searching for help online.

  1. All content is licensed under a CC­BY­NC­SA 4.0 license.
  2. All software code is licensed under GNU GPLv3. For commercial use or alternative licensing, please contact legal@ga.co.

About

License:Other