ansible-later/env_27/lib/python2.7/site-packages/git/test/fixtures/git_config_global

26 lines
366 B
Plaintext
Raw Normal View History

2019-04-11 15:56:20 +02:00
# just a comment
[alias]
st = status
ci = commit
co = checkout
br = branch
[color]
branch = auto
diff = auto
interactive = auto
status = auto
[user]
name = Sebastian Thiel
email = byronimo@gmail.com
[core]
editor = vim
autocrlf = false
packedGitLimit = 1g
packedGitWindowSize = 512m
[pack]
windowMemory = 512m
[merge]
tool = meld
[diff]
tool = meld