Mention other options too

This commit is contained in:
Morten Piibeleht 2019-02-14 16:13:16 +13:00 committed by GitHub
parent c491e7a4dd
commit 9a6feac95b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ Pkg.activate(mktempdir())
Pkg.add(PackageSpec(path=dirname(dirname(pwd()))))
```
The simplest template, assuming that you have set up the `github.user` Git option globally with `git config`, requires no arguments.
Assuming you have the relatively standard Git options `user.name`, `user.email` and `github.user` set up globally with `git config --global`, the simplest template requires no arguments:
```@repl usage