diff options
| author | ubq323 <ubq323@ubq323.website> | 2023-05-01 03:00:47 +0100 | 
|---|---|---|
| committer | ubq323 <ubq323@ubq323.website> | 2023-05-01 03:00:47 +0100 | 
| commit | dc5f2cfd52638a0a2ca5bf7c507579d8235edcfc (patch) | |
| tree | b336a3cefbcce23d96749942f025a9d3c9e21319 /.config/git | |
| parent | aafd78338bec7a67a7bd6a201345b718851171cd (diff) | |
reorganization of homedir
Diffstat (limited to '.config/git')
| -rw-r--r-- | .config/git/config | 11 | 
1 files changed, 11 insertions, 0 deletions
diff --git a/.config/git/config b/.config/git/config new file mode 100644 index 0000000..6275dc3 --- /dev/null +++ b/.config/git/config @@ -0,0 +1,11 @@ +[user] +	name = ubq323 +	email = ubq323@ubq323.website +[init] +	defaultBranch = trunk +[core] +	autocrlf = input +	editor = kak +	pager = less -F -X +[log] +	date=iso  | 
