From 4c045402ca1f610e73f741353e5d3d275f1f5c0a Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 20 Jun 2015 13:54:22 -0300 Subject: Note about git-check-tag --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3