Git credentials helper binary for DataRobot notebooks & Codespaces
These are environment variable values respected by the binary:
GITHELPER_LOGGER_ENABLE(default:true) - Enable/Disable logging to fileGITHELPER_LOGGER_PATH- Path to log file. By default its ${HOME}/.drgithelper.logGITHELPER_LOGGER_LEVEL(default:DEBUG) - Log levelGITHELPER_REGISTER_CREDS_HELPER(default:true) - Register git credentials helperGITHELPER_CONFIG_AUTHOR_INFO(default:true) - Setup git author info (user name & email) based on the DataRobot user informationGITHELPER_CONFIG_URLS(default:true) - Setup git to redirect SSH to HTTPSGITHELPER_CONFIG_GITIGNORE(default:true) - Setup global git ignoreGITHELPER_GITIGNORE_PATH- Global gitignore file. By default its ${HOME}/.drgithelper_gitignoreGITHELPER_GITIGNORE_FILES(default:.bash_history,.datarobot/,.venv/) - Comma separated git ignored files