Pages

Monday, March 28, 2016

Software developer random useful things

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
 
Blogger Templates