https://github.com/datarobot-oss/drgithelper
Git credentials helper binary for Notebooks
https://github.com/datarobot-oss/drgithelper
dr-engineering
Last synced: 5 months ago
JSON representation
Git credentials helper binary for Notebooks
- Host: GitHub
- URL: https://github.com/datarobot-oss/drgithelper
- Owner: datarobot-oss
- License: apache-2.0
- Created: 2025-01-07T13:12:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-10-30T16:00:49.000Z (8 months ago)
- Last Synced: 2025-10-30T18:05:58.571Z (8 months ago)
- Topics: dr-engineering
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Authors: AUTHORS
Awesome Lists containing this project
README
# drgithelper
Git credentials helper binary for DataRobot notebooks & Codespaces
## Environment Variable Configuration
These are environment variable values respected by the binary:
- `GITHELPER_LOGGER_ENABLE` (default: `true`) - Enable/Disable logging to file
- `GITHELPER_LOGGER_PATH` - Path to log file. By default its ${HOME}/.drgithelper.log
- `GITHELPER_LOGGER_LEVEL` (default: `DEBUG`) - Log level
- `GITHELPER_REGISTER_CREDS_HELPER` (default: `true`) - Register git credentials helper
- `GITHELPER_CONFIG_AUTHOR_INFO` (default: `true`) - Setup git author info (user name & email) based on the DataRobot user information
- `GITHELPER_CONFIG_URLS` (default: `true`) - Setup git to redirect SSH to HTTPS
- `GITHELPER_CONFIG_GITIGNORE` (default: `true`) - Setup global git ignore
- `GITHELPER_GITIGNORE_PATH` - Global gitignore file. By default its ${HOME}/.drgithelper_gitignore
- `GITHELPER_GITIGNORE_FILES` (default: `.bash_history,.datarobot/,.venv/`) - Comma separated git ignored files