We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6883d09 commit c240cd6Copy full SHA for c240cd6
README.md
@@ -13,14 +13,14 @@ Then clone it
13
$ git clone [project URL]
14
```
15
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
+##### 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
17
18
19
$ git clone [project URL] --depth=1
20
21
22
23
-#### Checking git's status
+#### Checking git status
24
25
Which files have changed, which branch is git using, etc
26
@@ -45,7 +45,7 @@ $ git push
45
$ git checkout -b [branch-name]
46
47
48
-#### Pushing your branch to repo for the first time
+#### Pushing your branch to the repo for the first time
49
50
$ git push -u origin [branch-name]
51
0 commit comments