Added to Learning Objectives in 03 and small rewording in 04 #296
Conversation
@@ -6,7 +6,8 @@ minutes: 10 | |||
--- | |||
> ## Learning Objectives {.objectives} | |||
> | |||
> * Create a local Git repository. | |||
> * Learn how to create a local Git repository using `git init`. |
iglpdc
Jun 23, 2016
Contributor
I prefer the original version: we are writing the learning objectives as "In this topic, you will learn to ..."
I prefer the original version: we are writing the learning objectives as "In this topic, you will learn to ..."
@@ -6,7 +6,8 @@ minutes: 10 | |||
--- | |||
> ## Learning Objectives {.objectives} | |||
> | |||
> * Create a local Git repository. | |||
> * Learn how to create a local Git repository using `git init`. | |||
> * Learn how to locate `.git` directory and understand what its purpose is. |
iglpdc
Jun 23, 2016
Contributor
This should be added, but could you write it as "Understand the purpose of the .git
directory"
This should be added, but could you write it as "Understand the purpose of the .git
directory"
Thanks @SeanRGB ! Could you make the small change I suggested in the first commit? |
Thanks @SeanRGB ! Could you make the small change I suggested in the first commit? |
This PR is stale and several years out of date. Please update your branch with the main lesson. In terms of learning objectives, they should be measureable and stated in an active voice. You can't measure "to learn" or "understand," so the learning objectives should be "create a local Git repository", "locate the |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Small change. I hope this is okay. Still getting the hang of how things work here at SWC.