Set username and email in git
This commit is contained in:
parent
79668bebc1
commit
827eafa765
1 changed files with 2 additions and 0 deletions
|
@ -5,5 +5,7 @@
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
pull.rebase = false;
|
pull.rebase = false;
|
||||||
};
|
};
|
||||||
|
userEmail = "badatnames@tutanota.com";
|
||||||
|
userName = "bad";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue