Releases: amaslenn/git-sculpt
Releases · amaslenn/git-sculpt
Version 0.8
Changes
- Removing single branch now don't require
-dand branch is removed if it is safe. To restore previsous behavior, use-i --allnow works with-i, only one request for decision will appear
Quick installation
Linux: wget https://github.com/amaslenn/git-sculpt/releases/download/v0.8/git-sculpt -O /usr/local/bin/git-sculpt
macOS: wget https://github.com/amaslenn/git-sculpt/releases/download/v0.8/git-sculpt.osx -O /usr/local/bin/git-sculpt
Windows: wget https://github.com/amaslenn/git-sculpt/releases/download/v0.8/git-sculpt -O <dir/in/PATH>
Version 0.7
New modes
Interactive
Works with all local branches and asks decision for each branch which is safe to remove.

All
Simply removes all local branches (safe) and reports all name of branches to remove and to keep.

Installation
Put binary into system's $PATH to make git sculpt work. Remove .osx from macOS version.
Dev
- Added tests, set up Travis CI builds
- Enabled Code Climate checks
Version 0.5
First release of git-sculpt utility.
Put binary into system's PATH to make git sculpt work. Remove .osx from macOS version.