Desz01ate / diff-extractor

A tool to make a copy of diff files between git branches

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

diff-extractor

A tool to make a copy of diff files between git branches

Prerequisite

Supported OS

  • Windows
  • Linux
  • MacOS

How to use

Download the tool from Release section

simply run the tool by

dotnet ./GitDiffExtractor.dll --dir ~/some/working/directory

above command will result in extract copy of current branch in `~/some/working/directory' by comparing against main branch

Supported command line arguments

Name Required Default Value Description
dir yes - Working directory to start the extraction
current no - Current branch to compare
target no main Target branch to compare with
parallelcpy no false Set if copy should be executed in parallel
test no false Set if the session should be executed as test mode with no actual file copy

About

A tool to make a copy of diff files between git branches


Languages

Language:C# 100.0%