oparl: git config

This commit is contained in:
Astro 2022-05-28 03:24:17 +02:00
parent 29a55298cd
commit c859f27edc
1 changed files with 5 additions and 0 deletions

View File

@ -85,6 +85,11 @@ in
git clone git@github.com:offenesdresden/dresden-ratsinfo.git data
fi
pushd data
git config user.name Astro
git config user.email astro@spaceboyz.net
popd
scrape
pushd data
find . -name \*.json -exec git add "{}" +