2 lines
69 B
Plaintext
2 lines
69 B
Plaintext
|
echo $(git rev-parse --short HEAD)$(git diff --quiet || echo -dirty)
|