See how a minor change to your commit message style can make a difference.
Tip
Have a look at git-conventional-commits , a CLI util to ensure these conventions, determine version and generate changelogs
| <?php | |
| date_default_timezone_set('Asia/Manila'); | |
| class App | |
| { | |
| protected $conn; | |
| /*************************************************************************** | |
| * App constructor |
See how a minor change to your commit message style can make a difference.
Tip
Have a look at git-conventional-commits , a CLI util to ensure these conventions, determine version and generate changelogs
| if ('WebSocket' in window) { | |
| (function () { | |
| function refreshCSS() { | |
| var sheets = [].slice.call(document.getElementsByTagName("link")); | |
| var head = document.getElementsByTagName("head")[0]; | |
| for (var i = 0; i < sheets.length; ++i) { | |
| var elem = sheets[i]; | |
| var parent = elem.parentElement || head; | |
| parent.removeChild(elem); | |
| var rel = elem.rel; |