Skip to content

Commit 803b984

Browse files
Merge pull request #11 from learn-co-curriculum/gracie-patch
linter rules
2 parents fb44bc5 + fda43c4 commit 803b984

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

README.md

+10-7
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ information we'll need about this repository.
5656

5757
#### Step 4
5858

59-
In your terminal, type `git clone `, and paste the info you copied from
59+
In your terminal, type `git clone`, and paste the info you copied from
6060
GitHub. The command should look something like this (but with your personal
6161
account name):
6262

@@ -121,7 +121,9 @@ the local repository
121121

122122
Each failed test includes an explanation.
123123

124-
In the first test seen above, for instance, it says `this lab has a folder named my-repository`, followed by `AssertionError: no folder name "my-repository" was found`.
124+
In the first test seen above, for instance, it says
125+
`this lab has a folder named my-repository`, followed by
126+
`AssertionError: no folder name "my-repository" was found`.
125127

126128
This first test is looking specifically for a folder, `my-repository`, to exist
127129
inside this lab's main directory (or "folder"). You probably have a theory on
@@ -141,8 +143,8 @@ tests to let us know when we're all done.
141143
> this lab, (`phase-0-git-basics-lab`, the directory with the `README` you're
142144
> reading right now in it).
143145
144-
Follow the steps provided below carefully to help ensure you are doing things in the
145-
right location.
146+
Follow the steps provided below carefully to help ensure you are doing things in
147+
the right location.
146148

147149
### Steps
148150

@@ -227,8 +229,9 @@ account and connect it to your newly created local repository.
227229

228230
![name new repo](https://curriculum-content.s3.amazonaws.com/git-workflow/name-new-repo.png)
229231

230-
When we create a blank repository, we are given multiple options for how to get started. Since we have a local folder with
231-
Git initialized already, we'll use the instructions for creating a new repository using the command line.
232+
When we create a blank repository, we are given multiple options for how to get
233+
started. Since we have a local folder with Git initialized already, we'll use
234+
the instructions for creating a new repository using the command line.
232235

233236
![command line repo commands](https://curriculum-content.s3.amazonaws.com/git-workflow/new-repo-commands.png)
234237

@@ -247,7 +250,7 @@ $ git branch -M main
247250

248251
If you recall from the version control basics lesson, going forward `main` will
249252
be used as the default name of the... main... branch in a repository. Depending
250-
on your environment you may still have a version of Git that defaults to
253+
on your environment you may still have an older version of Git that defaults to
251254
`master`. If this is the case, the above command will change this `master`
252255
branch to `main`.
253256

0 commit comments

Comments
 (0)