For folks who haven't set up a pubkey with GitLab. We would want some way to store their username and password and hand those off to git as needed.
I think storing the password in the _config.yml in plaintext is fine. Alternatively, we could come up with some sort of prompt-once-per-execution scheme.
For folks who haven't set up a pubkey with GitLab. We would want some way to store their username and password and hand those off to git as needed.
I think storing the password in the
_config.yml
in plaintext is fine. Alternatively, we could come up with some sort of prompt-once-per-execution scheme.