#!/bin/bash
git config --global init.defaultBranch "main";
git config --global user.name "Manuel Thalmann";
git config --global user.email "m@nuth.ch";