Wednesday, June 24, 2020

How to Delete a Tag From GitHub Using GitHub Desktop

Very simple. All what you have to do is the following:
1- Open command line by opening the menu "Repository > Open in Command Prompt".
2- Execute the following command: "git push origin :<TAG_NAM>.
3- If it asks you to login, enter your credentials.
4- The tag will be removed and a message in the terminal that says the tag is removed will appear.

No comments:

Post a Comment

Feel free to write any thing in your mind here 😉