See how a minor change to your commit message style can make you a better programmer.
Format: <type>(<scope>): <subject>
<scope> is optional
| #include <iostream> | |
| #include <string> | |
| #include <curl/curl.h> | |
| static size_t WriteCallback(void *contents, size_t size, size_t nmemb, void *userp) | |
| { | |
| ((std::string*)userp)->append((char*)contents, size * nmemb); | |
| return size * nmemb; | |
| } |
| <div id="invoice-POS"> | |
| <center id="top"> | |
| <div class="logo"></div> | |
| <div class="info"> | |
| <h2>SBISTechs Inc</h2> | |
| </div><!--End Info--> | |
| </center><!--End InvoiceTop--> | |