How to get last tag from a (non checked-out) remote repo? On my local copy I use describe git describe …
git git-tag git-describeIn the following lines: $ git tag -n1 v1.8 Tagged the day before yesterday v1.9 Tagged yesterday v2.0 Tagged today $ git …
git git-tag git-describeI have just discovered the --dirty option to git describe and it looks like it should do something very useful, …
git git-describe