Useful searches
regular expression to match all the words in a sentence after "="
\=(.*)
How to delete a tag in git and push it.
For example the name of the tag is payreceive-xxxx/payreceive-xxxxx-2.1.0
Then execute the below commands
git tag -d payreceive-xxxx/payreceive-xxxxx-2.1.0
git push origin :payreceive-xxxx/payreceive-xxxxx-2.1.0
regular expression to match all the words in a sentence after "="
\=(.*)
How to delete a tag in git and push it.
For example the name of the tag is payreceive-xxxx/payreceive-xxxxx-2.1.0
Then execute the below commands
git tag -d payreceive-xxxx/payreceive-xxxxx-2.1.0
git push origin :payreceive-xxxx/payreceive-xxxxx-2.1.0
No comments:
Post a Comment