Set default branch in git
This commit is contained in:
parent
1919b50b0e
commit
d230a0fee2
1 changed files with 1 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue