Skip to content

Releases: amaslenn/git-sculpt

Version 0.8

24 Mar 05:45
Compare
Choose a tag to compare

Changes

  • Removing single branch now don't require -d and branch is removed if it is safe. To restore previsous behavior, use -i
  • --all now 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

12 Mar 08:17
Compare
Choose a tag to compare

New modes

Interactive

Works with all local branches and asks decision for each branch which is safe to remove.
screenshot from 2017-03-12 11-07-50

All

Simply removes all local branches (safe) and reports all name of branches to remove and to keep.
screenshot from 2017-03-12 11-14-00

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

08 Feb 19:54
Compare
Choose a tag to compare

First release of git-sculpt utility.

Put binary into system's PATH to make git sculpt work. Remove .osx from macOS version.