Skip to content

gabescarbrough/unix-cli-diagnostic

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

General Assembly Logo

Unix/CLI Diagnostic

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.

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published