Skip to content

Instantly share code, notes, and snippets.

View bells17's full-sized avatar

bells17(Daiki Hayakawa) bells17

View GitHub Profile
@bells17
bells17 / .gitconfig
Last active January 21, 2023 07:53
.gitconfig
[user]
name = bells17
email = [email protected]
[include]
path = .gitconfig.local
[commit]
gpgsign = true # gpg keyで署名していないなら外す
[init]
defaultBranch = main
[core]