Created
July 15, 2022 06:44
-
-
Save seanf/ec8e99070c901d6c29667e764b2e4605 to your computer and use it in GitHub Desktop.
convert a `git-team` config to `.git_coauthors`
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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