Skip to content

katmoon/create-patch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Patch generation tool

Description

Generates a patch for a single branch of a single repository using 'git diff'. Generates a git and a composer version of the patch. The tool should be run from the folder where the repository is located.

Requirements

/bin/bash

Configuration

cp .env.example .env

Specify the path to the patch converter tool in the .env file.

Usage

create-patch.sh -h

Example:

create-patch.sh -b ABCD-1234
create-patch.sh -b ABCD-1234 -v v2
create-patch.sh -b ABCD-1234_DEBUG -v v2

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages