Set default branch in git

This commit is contained in:
Manuel Thalmann 2023-04-06 16:27:05 +02:00
parent 8628857bd7
commit a52bdb6821

View file

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