From aa657395fd0e902c45b6d8117f999fb85e60690a Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Tue, 2 Aug 2016 14:12:34 -0600 Subject: Adding git config to set my identity, just easier. --- Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 963f9c1..2fbd84e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,6 +28,10 @@ RUN add-apt-repository ppa:neovim-ppa/unstable -y RUN apt-get update && apt-get install -y \ neovim +# Set git stuff +RUN git config --global user.email "codyfh@gmail.com" +RUN git config --global user.name "Cody Hiar" + ##################################### # Python Linting ##################################### -- cgit v1.2.3