diff options
author | Camil Staps | 2017-01-11 19:16:39 +0100 |
---|---|---|
committer | Camil Staps | 2017-01-11 19:16:39 +0100 |
commit | bb16f1b86c32d13df7be7245a871c4f191b7e5d4 (patch) | |
tree | ce42e2f3db5b0badbe5bd822de532a78c25f2622 /git/.gitconfig.local | |
parent | cleanup (diff) |
Stowify repo
Diffstat (limited to 'git/.gitconfig.local')
-rw-r--r-- | git/.gitconfig.local | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/git/.gitconfig.local b/git/.gitconfig.local new file mode 100644 index 0000000..f061734 --- /dev/null +++ b/git/.gitconfig.local @@ -0,0 +1,5 @@ +[user] + name = NAME + email = EMAIL +[credential] + helper = CREDENTIAL_HELPER |