This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| git branch -m old-name new-mame | |
| git push <remote> --delete old-name | |
| git push <remote> new-name | |
| # <remote> -> origin |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Copyright 2017 the V8 project authors. All rights reserved. | |
| // Use of this source code is governed by a BSD-style license that can be | |
| // found in the LICENSE file. | |
| const sourceMap = require("source-map"); | |
| const fs = require("fs"); | |
| const payloads = [ | |
| "lodash.min-4.17.4.js.map", | |
| "preact-8.2.5.js.map", |