Tag: tag

HTML5 a tag download Attribute

HTML5 a tag download Attribute

In HTML5, you can download file when clicking on the link instead of redirecting to the file. Read More : http://www.w3schools.com/tags/att_a_download.asp

Delete a remote Git tag

Delete a remote Git tag

This is not advisable to delete any tag(because of why we tag ), but in case you need to delete tag this will help you. For example you have tag v1.1.0 Delete Tag from local git: git tag -d v1.1.0 Delete Tag from remote git