mlgc
v1.0.9
Published
MLGC is a CLI program that allows you to easily copy all Git changes to a folder for easy uploading or sharing.
Downloads
8
Readme
MLGC (ML Git Changes)
MLGC is a CLI program that allows you to easily copy all Git changes to a folder for easy uploading or sharing.
Installation
Install the package globally using npm:
npm install -g mlgc
Usage
Run the program by calling mlgc
. You can optionally use a parameter that specifies the path from the current location. If no parameter is provided, the current path will be used.
The program provides the following options:
- Copy all uncommitted changes.
- Copy all changes from the current branch to the main branch.
- Delete the folder where the copied files are located.
Example
Copy all changes of the current folder
mlgc
Copy all changes of the subfolder "src"
mlgc src/
Copy all changes of the parent folder "cool_project"
mlgc ../cool_project/
Notes
- Make sure Git is installed on your system and that your path is a Git repository.
- Before running the program, ensure that you have the necessary permissions to copy or delete files in the target folder.
License
This project is licensed under the MIT License.