git: add git-what: convenience wrapper around git describe

This commit is contained in:
Fernando Schauenburg 2025-06-27 09:49:03 +02:00
parent 84e6509e99
commit ab5ac5a628

5
bin/git-what Executable file
View file

@ -0,0 +1,5 @@
#!/bin/sh
#
# Detailed description of what I'm looking at.
#
exec git describe --always --tags --long --dirty