File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ push.default::
35
35
36
36
* `tracking` - This is a deprecated synonym for `upstream`.
37
37
38
- * `simple` - pushes the current branch with the same name on the remote.
38
+ * `simple` - push the current branch with the same name on the remote.
39
39
+
40
40
If you are working on a centralized workflow (pushing to the same repository you
41
41
pull from, which is typically `origin`), then you need to configure an upstream
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ receive.autogc::
14
14
15
15
receive.certNonceSeed::
16
16
By setting this variable to a string, `git receive-pack`
17
- will accept a `git push --signed` and verifies it by using
17
+ will accept a `git push --signed` and verify it by using
18
18
a "nonce" protected by HMAC using this string as a secret
19
19
key.
20
20
Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ for another option.
156
156
are not refs (i.e. branch or tag names; or more
157
157
explicitly disambiguating "heads/master" form, when you
158
158
want to name the "master" branch when there is an
159
- unfortunately named tag "master"), and show them as full
159
+ unfortunately named tag "master"), and shows them as full
160
160
refnames (e.g. "refs/heads/master").
161
161
162
162
Options for Objects
You can’t perform that action at this time.
0 commit comments