My configurations for the software I use
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add default branch name to suppress warnings from git

yemou f2008f27 0e0cbf48

+3
+3
config/git/config
··· 11 11 email = "dev@lilac.pink" 12 12 name = "yemou" 13 13 signingkey = "~/.ssh/id_ed25519.pub" 14 + 15 + [init] 16 + defaultBranch = main