git: add git-what
: convenience wrapper around git describe
This commit is contained in:
parent
84e6509e99
commit
ab5ac5a628
1 changed files with 5 additions and 0 deletions
5
bin/git-what
Executable file
5
bin/git-what
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# Detailed description of what I'm looking at.
|
||||
#
|
||||
exec git describe --always --tags --long --dirty
|
Loading…
Add table
Reference in a new issue