sdocker/gitconfig
Kyle Manna afa8810c40 gitconfig: Add default gitconfig to ease repo init
* Provide a default gitconfig so that repo init won't prompt the user.
2014-11-11 12:18:35 -08:00

7 lines
149 B
Plaintext

# Provide a default gitconfig to bypass repo init prompts for identity
[color]
ui = auto
[user]
name = Docker AOSP
email = aosp@aosp.docker.local