diff --git a/.config/git/config b/.config/git/config new file mode 100644 index 0000000..6ec21ca --- /dev/null +++ b/.config/git/config @@ -0,0 +1,20 @@ +[user] + email = fanyx@fanyx.xyz + name = fanyx + +[alias] + l = log --pretty='format:%h %G? %s%d' -n20 --graph + tags = tag -l + branches = branch -a + remotes = remote -v + s = status -sb + ss = s -uno + +[color] + diff = auto + +[init] + defaultBranch = main + +[credential] + helper = store