- Fork this repository to your GitHub account.
- Copy the
ssh
link shown on the top of the page.
-
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
-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
.
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.
- All content is licensed under a CCBYNCSA 4.0 license.
- All software code is licensed under GNU GPLv3. For commercial use or alternative licensing, please contact [email protected].