From: Silvio Rhatto Date: Sat, 20 Jun 2015 16:54:22 +0000 (-0300) Subject: Note about git-check-tag X-Git-Tag: 1.0.0~234 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=4c045402ca1f610e73f741353e5d3d275f1f5c0a;p=rhatto%2Fapps.git Note about git-check-tag --- diff --git a/README.md b/README.md index 9c6170f..19f015a 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Get the code: git clone --recursive git://git.sarava.org/rhatto/apps.git $HOME/apps && cd $HOME/apps -Then check the source integrity of the latest release: +Then check the source integrity of the latest release (also implemented on `git-check-tag` on `utils-git` subfolder): tag="`git describe --abbrev=0 --tags`" git tag -v $tag && git checkout $tag