shireen-bean / unix-cli-diagnostic

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

General Assembly Logo

Unix/CLI Diagnostic

Setup Instructions

  • Fork this repository to your GitHub account.

GitHub Fork Screenshot

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

Git Clone Terminal Screenshot

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

That's it - you're done!

Source code distributed under the MIT license. Text and other assets copyright General Assembly, Inc., all rights reserved.

About

License:Other