commit 4028bb071fccae154749ba0b1d94f2afd5c33354 Author: Kebigon <git@kebigon.xyz> Date: Sat, 21 Jan 2023 15:21:21 +0900 Add git configuration Diffstat:
| A | .config/git/config | | | 7 | +++++++ |
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git a/.config/git/config b/.config/git/config @@ -0,0 +1,7 @@ +[user] + name = Kebigon + email = git@kebigon.xyz +[core] + editor = nano +[credential] + helper = cache