Skip to content

Instantly share code, notes, and snippets.

View Naksik's full-sized avatar

Alexandr Petrov Naksik

View GitHub Profile
@Naksik
Naksik / create git diff archive.md
Created June 26, 2020 19:01 — 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^