- gh@GoogleCloudPlatform/asl-ml-immersion (give it a star)
- pypi
- readthedocs@0.2.1 (used in the training)
- readthedocs@1.0.26
| Mar 03, 2024 │ -7 days ┆ -30 days ┆ -90 days | |
| 11280 reputation │ + 30 ┆ + 120 ┆ + 240 | |
| 123 answers │ 0 ┆ 0 ┆ 0 |
| mkdir -p ~/.git-templates/hooks | |
| rm -f ~/.git-templates/hooks/prepare-commit-msg | |
| cat <<EOT >> ~/.git-templates/hooks/prepare-commit-msg | |
| #!/bin/bash | |
| FILE=\$1 | |
| MESSAGE=\$(cat \$FILE) | |
| BRANCH=\$(git branch | grep '*' | sed 's/* //') | |
| TICKET=\$(echo \$BRANCH | grep -Eo '^(DALI-)[0-9]+') |