Add doc URL & Avoid triple backquotes

This commit is contained in:
Erik Martin-Dorel 2018-02-20 18:16:56 +01:00
parent 853ed0c20b
commit 1596ede931
1 changed files with 1 additions and 1 deletions

View File

@ -794,7 +794,7 @@ With the `upstream` mode and the `simple` (default in Git 2.0) mode of the `push
$ git push
```
The behavior of the other modes of ```git push``` is described in the doc of push.default.
The behavior of the other modes of `git push` is described in the [doc of `push.default`](https://git-scm.com/docs/git-config#git-config-pushdefault).
### I want to set a remote branch as the upstream for a local branch