I use Namecheap.com as a registrar, and they resale SSL Certs from a number of other companies, including Comodo.
These are the steps I went through to set up an SSL cert.
I use Namecheap.com as a registrar, and they resale SSL Certs from a number of other companies, including Comodo.
These are the steps I went through to set up an SSL cert.
Oh yes, this is nice:
git revert --strategy resolve <sha-ish>
Given a git log of A--B--C--D--E you can remove commit C using:
git revert --strategy resolve <sha-of-C>
Which will produce:
| <!-- Contact batch email --> | |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta content='text/html; charset=UTF-8' http-equiv='Content-Type' /> | |
| </head> | |
| <body> | |
| <div>Name: <%= @name %></div> | |
| <br> | |
| <div>Subject: <%= @subject %></div> |