This file contains 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
# This is Git's per-user configuration file. | |
[user] | |
# Please adapt and uncomment the following lines: | |
name = Timotei Albu | |
email = [email protected] | |
[credential] | |
helper = !aws --profile codecommit credential-helper $@ | |
UseHttpPath = true | |
[commit] | |
gpgsign = true |