A collection of hopefully helpful scripts to work with git repositories.
Script | Description | Download Link |
---|---|---|
git-clean-sync.sh | fetch, pull (merge), auto-set remote, push, delete merged PR branches; everything without touching the checked out workcopy | Download |
git-cleanup.sh | Cleanup local and remote branches where the last commit is older than X days | Download |
git-pr-changelog.sh | Generates a changelog from pull request commit messages | Download |
Just use the latest builds in the dist/
folder.
- 2022-07-21: Add option to update default branch (aka
HEAD
) from remote - 2022-07-21: Add new script
git-cleanup.sh
- 2022-07-21: Add new script
git-pr-changelog.sh
To make the life of the developer easier, the code is separated in
multiple files. You can use make
to build the scripts.
make
: Builds all scriptsmake clean
: Delete existing builds