1
0
mirror of https://github.com/kylemanna/docker-aosp synced 2026-08-11 08:22:57 +00:00

gitconfig: Add default gitconfig to ease repo init

* Provide a default gitconfig so that repo init won't prompt the user.
This commit is contained in:
Kyle Manna
2014-11-11 12:18:35 -08:00
parent 75cef9ca0f
commit afa8810c40
2 changed files with 7 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
# Provide a default gitconfig to bypass repo init prompts for identity
[color]
ui = auto
[user]
name = Docker AOSP
email = aosp@aosp.docker.local