Skip to content

Instantly share code, notes, and snippets.

View mtsunu's full-sized avatar

Meigire Triassunu mtsunu

View GitHub Profile
@mtsunu
mtsunu / create git diff archive.md
Created August 1, 2023 02:51 — forked from adriancampos/create git diff archive.md
PowerShell script to export changed files between two commits

Usage:

.\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^

@mtsunu
mtsunu / .hyper.js
Created December 24, 2019 07:20
HyperJs Config
// 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',