Description
To achieve feature parity with the Che server, DWO should support setting the user name and email in the git config.
For Devworkspace, it seems reasonable to use the same approach as with other parts of the git configuration and have a dedicated label for marking a config map with this information. E.g.
kind: ConfigMap
metadata:
labels:
"controller.devfile.io/git-user-config": "true"
"controllder.devfile.io/watch-configmap": "true"
data:
name: Will E. Coyote
email: wcoyote@acme.com
UPDATE:
This issue has the following subtasks:
Description
To achieve feature parity with the Che server, DWO should support setting the user name and email in the git config.
For Devworkspace, it seems reasonable to use the same approach as with other parts of the git configuration and have a dedicated label for marking a config map with this information. E.g.
UPDATE:
This issue has the following subtasks: