Build Instructions $ git init $ git remote add origin <your url> $ touch grass $ git add grass $ git commit -m "I've touched grass 😳" $ git tag grass $ git push origin master $ git push grass Here how you can basically do tags