Skip to content

Instantly share code, notes, and snippets.

@seanf
Created July 15, 2022 06:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save seanf/ec8e99070c901d6c29667e764b2e4605 to your computer and use it in GitHub Desktop.
Save seanf/ec8e99070c901d6c29667e764b2e4605 to your computer and use it in GitHub Desktop.
convert a `git-team` config to `.git_coauthors`
brew install jc jq
cat ~/.gitconfig | jc --ini | jq -r '."team \"alias\"" | to_entries[] | .value'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment