Skip to content

Instantly share code, notes, and snippets.

@smmr0
Last active May 24, 2023 23:27
Show Gist options
  • Save smmr0/e37eb6ac258fd6c4b043ee09126b860e to your computer and use it in GitHub Desktop.
Save smmr0/e37eb6ac258fd6c4b043ee09126b860e to your computer and use it in GitHub Desktop.
Git: Organization config
[user]
name = …
email = …
signingkey =
[includeIf "gitdir:~/src/organization/"]
path = .gitconfig-organization.local
Match exec "[[ $PWD == $HOME/src/organization/* || $PWD = $HOME/src/organization ]]"
IdentityFile ~/.ssh/id_ed25519-organization
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment