Skip to content
Snippets Groups Projects
Commit 272c883d authored by Laurent Heirendt's avatar Laurent Heirendt :airplane:
Browse files

local git config

parent a6494390
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,10 @@ echo $rootDir
rm -rf $rootDir/public
mkdir $rootDir/public
# configure git
git config --local user.email "artenobot@uni.lu"
git config --local user.name "artenobot"
# loop through all the presentations
nBlades=0
for d in $(find . -maxdepth 1 -type d)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment