In devtools:
'git cherry-pick ' + Array.from(document.querySelectorAll('.commit-id')).map(el => el.textContent).join(' ')| /* | |
| * Usage: | |
| * | |
| * 1. Paste code into dev console. | |
| * 2. Invoke `heal1()` or `healFull()` as needed. | |
| * | |
| * FAQ | |
| * | |
| * Q: Is this cheating? | |
| * A: No because the script uses the UI. It's just saving your time/fingers/keyboard. |
| // your config | |
| { | |
| "myConstant": 123 | |
| } | |
| // gulp-ng-config output | |
| angular.module('app.config', []) | |
| .constant('myConstant', 123); | |
| // use it in your service |
In devtools:
'git cherry-pick ' + Array.from(document.querySelectorAll('.commit-id')).map(el => el.textContent).join(' ')| # Address | |
| 333 W Camden St | |
| Baltimore, MD 21201 | |
| After address |
| puts "this is ruby #{RUBY_VERSION}-p#{RUBY_PATCHLEVEL}" |