This website requires JavaScript.
Explore
Help
Sign In
sneak
/
mfer
Watch
1
Star
0
Fork
You've already forked mfer
0
Code
Issues
3
Pull Requests
2
Releases
Wiki
Activity
17ad86642a
mfer
/
bin
/
gitrev.sh
7 lines
108 B
Bash
Raw
Blame
History
#!/bin/bash
if
[
[
! -z
"
$GITREV
"
]
]
;
then
echo
$GITREV
else
git describe --always --dirty
=
-dirty
fi
Reference in New Issue
View Git Blame
Copy Permalink