From 196d2023352c9e320eaa55c9f8a978e55a50ed8b Mon Sep 17 00:00:00 2001 From: 1point618 Date: Thu, 20 Aug 2015 11:08:33 -0400 Subject: [PATCH 1/2] Updated README to reflect that this is the Wheelhouse Repo --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c43864..c067372 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ ## Welcome to GitHub Training +You'll use this repo with Wheelhouse's GitHub training. When you're asked questions about a repository, this is where you'll find the answers. In addition, during the labs you can make changes directly on this repository and the changes will be reflected on Wheelhouse once they've been performed correctly. This way you get feedback about the work you've done. + +We've also included instructions for the labs here, so if you're ever stuck during one you can take a look at the files in the "instructions" folder. + ## Class Goals During this class, you will learn: @@ -19,7 +23,7 @@ Here are the activities you will complete in this class. If you get stuck or hav 6. Merge your Pull Request. [Instructions](https://github.com/certify/template-everyone/blob/master/instructions/merge-your-pull-request.md) 7. Fork this repository. 8. Clone this repository to your desktop. [Instructions](https://github.com/certify/template-everyone/blob/master/instructions/clone-a-repo.md) -9. Make a change to your bio using the desktop apps. [Instructions] (https://github.com/certify/template-everyone/blob/master/instructions/make-changes-on-desktop.md) +9. Make a change to your bio using the desktop apps. [Instructions](https://github.com/certify/template-everyone/blob/master/instructions/make-changes-on-desktop.md) 10. Create a new file using the desktop apps. [Instructions](https://github.com/certify/template-everyone/blob/master/instructions/new-file-on-desktop.md) 11. Push your changes to GitHub. [Instructions](https://github.com/certify/template-everyone/blob/master/instructions/push-changes-desktop.md) 12. Merge your changes. [Instructions](https://github.com/certify/template-everyone/blob/master/instructions/merge-your-pull-request.md) From a5e0f8145f11015cb3e02dea07f274984ebeffad Mon Sep 17 00:00:00 2001 From: 1point618 Date: Thu, 20 Aug 2015 11:08:33 -0400 Subject: [PATCH 2/2] Updated README to reflect that this is the Wheelhouse Repo --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index c067372..3fc0ca9 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,6 @@ During this class, you will learn: Here are the activities you will complete in this class. If you get stuck or have any questions, please refer to the documents linked here for more information. -1. Comment on [this issue](https://github.com/certify/template-everyone/issues/1) with one thing you are hoping to learn in todays training. 2. Create an issue to add your bio to the class site. [Instructions](https://github.com/certify/template-everyone/blob/master/instructions/create-issue.md) 3. Add a bio to the class site. [Instructions](https://github.com/certify/template-everyone/blob/master/instructions/add-file-on-github.md) 4. Comment on a Pull Request.