My Nix Infra
nix nixos
0
fork

Configure Feed

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

gitconfig for git@github.com:*/**

ydcjeff 8d7adf6b 6c2829a3

+3
+3
config/git/config
··· 30 30 [includeIf "hasconfig:remote.*.url:ssh://git@github.com/**"] 31 31 path = ~/.config/git/gh 32 32 33 + [includeIf "hasconfig:remote.*.url:git@github.com:*/**"] 34 + path = ~/.config/git/gh 35 + 33 36 [includeIf "hasconfig:remote.*.url:https://gitlab.com/**"] 34 37 path = ~/.config/git/gl 35 38