diff options
| author | Camil Staps | 2016-05-03 14:42:11 +0200 | 
|---|---|---|
| committer | Camil Staps | 2016-11-30 19:11:43 +0100 | 
| commit | 32c56ba758747198db114dd5097979363b06302a (patch) | |
| tree | 2e0a673f078b0c7810998a3257fb0095932f611a /git/gitconfig.local.example | |
| parent | PyLint to recognise py3/py2 based on shebang (diff) | |
gitconfig
Diffstat (limited to 'git/gitconfig.local.example')
| -rw-r--r-- | git/gitconfig.local.example | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/git/gitconfig.local.example b/git/gitconfig.local.example new file mode 100644 index 0000000..8f3efc8 --- /dev/null +++ b/git/gitconfig.local.example @@ -0,0 +1,6 @@ +[user] +        name = NAME +        email = EMAIL +[credential] +        helper = CREDENTIAL_HELPER + | 
