Collection of helper scripts for git to use from the command-line or GUIs.
- Create a folder (for example, C:/Scripts)
- Add the folder to your PATH
- Clone the repo in that folder or copy the scripts there manually
- Run the scripts from bash or configure your GUI to run them
- Clone the repository
- Use the editorconfig plugin for your editor
- Please comment your scripts and include a summary in the header
- If your script supports/requires command line arguments, provide a --help command line argument explaining what they do.
All scripts are written in the Unix Bash syntax whenever possible.
Testing is done on the MINGW32 Bash included in the "Git for Windows" package.
If you use Unix and encounter errors or problems, please create a GitHub issue.
git-delete-branches - Delete multiple branches at once git-ls-deleted - List files of a folder that were deleted in the git history git-restore - Restore a deleted file from git history