Nathan Urwin
Nathan Urwin
Check for `gpg-agent`? Currently disables commit signing temporarily for the initial commit.
Fixed in `develop` branch for the `remote_protocol` as `https` but not as `ssh`. Need to parse `git config` ?
Recommend `ssh-agent` for the `remote_protocol` as `ssh` ?
CodeCommit support would require a 3rd party library such as `boto3` or `awscli`. One of the goals of this project is to use only built-in libraries, such as using `urllib`...
Updating some outdated opinions: using only built-in libraries is no longer a goal of this project. Having `cookiecutter` as the only python dependency is all well and good until it...