We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65c561a commit 16312efCopy full SHA for 16312ef
appveyor.yml
@@ -14,6 +14,8 @@ clone_folder: c:\projects\nodegit
14
# fix lineendings in Windows
15
init:
16
- git config --global core.autocrlf input
17
+ - git config --global user.name "John Doe"
18
+ - git config --global user.email johndoe@example.com
19
20
# what combinations to test
21
environment:
0 commit comments