.\createarchive.ps1
Creates an archive of the files that changed between HEAD and HEAD^
.\createarchive.ps1 e39eef
Creates an archive of the files that changed between e39eef and e39eef^
| // Future versions of Hyper may add additional config options, | |
| // which will not automatically be merged into this file. | |
| // See https://hyper.is#cfg for all currently supported options. | |
| module.exports = { | |
| config: { | |
| // choose either `'stable'` for receiving highly polished, | |
| // or `'canary'` for less polished but more frequent updates | |
| updateChannel: 'stable', |