Skip to content

Commit c240cd6

Browse files
committed
Update README.md
1 parent 6883d09 commit c240cd6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ Then clone it
1313
$ git clone [project URL]
1414
```
1515

16-
##### If you want to do a shallow clone which would only get the recent commit and ignore all of it's history you can do
16+
##### If you want to do a shallow clone which would only get the recent commit and ignore all of the repos history you can do
1717

1818
```
1919
$ git clone [project URL] --depth=1
2020
```
2121

2222

23-
#### Checking git's status
23+
#### Checking git status
2424

2525
Which files have changed, which branch is git using, etc
2626

@@ -45,7 +45,7 @@ $ git push
4545
$ git checkout -b [branch-name]
4646
```
4747

48-
#### Pushing your branch to repo for the first time
48+
#### Pushing your branch to the repo for the first time
4949
```
5050
$ git push -u origin [branch-name]
5151
```

0 commit comments

Comments
 (0)