How to add tag to the git source. - 2016chubachi/mcamp GitHub Wiki How to add tag to the git source. $git clone xxxxxx $ cd mcamp $ git tag v0.0.x $ git push origin v0.0.x