Set username and email in git

This commit is contained in:
Bad 2021-04-13 07:03:36 +00:00
parent 79668bebc1
commit 827eafa765

View file

@ -5,5 +5,7 @@
extraConfig = { extraConfig = {
pull.rebase = false; pull.rebase = false;
}; };
userEmail = "badatnames@tutanota.com";
userName = "bad";
}; };
} }