Change default git config
This commit is contained in:
parent
3980e568d7
commit
64fbf1790e
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
||||||
init.defaultBranch = "mistress";
|
init.defaultBranch = "mistress";
|
||||||
pull.ff = "only";
|
pull.ff = "only";
|
||||||
};
|
};
|
||||||
userEmail = "badatnames@tutanota.com";
|
userEmail = "git@badat.dev";
|
||||||
userName = "bad";
|
userName = "mae";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue