by Drew | Last Updated Mar 27, 2019 | Published on Mar 11, 2014 | Blog, Git
I was very happy today to be updating my PayPal for WooCommerce plugin when I ran into a tagging issue. I was able to successfully create my local tag… git tag -a v1.0.3 -m “Version 1.0.3 update” I then tried to push this tag to my remote repo and...