REGEX remove blank lines:
FROM: http://www.ultraedit.com/support/tutorials_power_tips/ultraedit/remove_blank_lines.html
FIND:
^(?:[\t ]*(?:\r?\n|\r))+
REGEX remove blank lines:
FROM: http://www.ultraedit.com/support/tutorials_power_tips/ultraedit/remove_blank_lines.html
FIND:
^(?:[\t ]*(?:\r?\n|\r))+
git log --oneline -1 <PR-BRANCH>
git push -f origin :
(function() { | |
var polyfill = function(prototype) | |
{ | |
if (!('firstElementChild' in prototype)) { | |
Object.defineProperty(prototype, 'firstElementChild', { | |
get: function() { | |
var nodes = this.childNodes; | |
var length = nodes.length; | |
var current; | |
for (var i = 0; i < length; i++) { |
Short (72 chars or less) summary
More detailed explanatory text. Wrap it to 72 characters. The blank
line separating the summary from the body is critical (unless you omit
the body entirely).
Write your commit message in the imperative: "Fix bug" and not "Fixed
bug" or "Fixes bug." This convention matches up with commit messages