Browse Source

Add a script to configure git locally

Pierre-Yves Barriat 7 years ago
parent
commit
6f22aeb5b4
1 changed files with 7 additions and 0 deletions
  1. 7 0
      project/working_environment/env.sh

+ 7 - 0
project/working_environment/env.sh

@@ -0,0 +1,7 @@
+#!/bin/bash
+
+git config --global user.name "My name"
+git config --global user.email "my_mail@uclouvain.be"
+git config --global color.ui auto
+git config --global core.editor "vim"
+git config --global push.default simple