My Code Packaging Tool
tool | Desktop App, ElectronJS, JQuery | 2021-07-20
Purpose of the app
- Quickly pull delta files based on git commit and fetch to destination folder
Pre-requisite
- Git is installed and added to variable path
- Proper git branching mechanism
- No rubbish in Git repository
How it works?
-
Run the application
-
Select
- Destination Folder: Destination for all delta files
- Repository Folder: Source folder of the git repository
-
Git Branches will auto populate to the dropdown selection when Repository Folder is selected.
- Click Check Out and it will populate the list of Git Commit from current branch.
-
Click Generate button and it will fetch the delta files to Destination Folder.
-
The app also saved what you have selected. The next time you open the app, it will present your last selection.