Skip to content
This repository has been archived by the owner on Jun 7, 2018. It is now read-only.

Latest commit

 

History

History
39 lines (26 loc) · 694 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 694 Bytes

fixbase

git subcommand script to find the earliest commit that should be used in git rebase --interactive when squashing fixup commits.

Installation

Install to default location (/usr/local/bin).

make install

Install to customer location (e.g. /home/<user>/bin)

make prefix=$HOME install

Uninstall

make uninstall

or

make prefix=$HOME uninstall

License

Copyright 2017 Sudaraka Wijesinghe sudaraka@sudaraka.org

This program comes with ABSOLUTELY NO WARRANTY; This is free software, and you are welcome to redistribute it and/or modify it under the terms of the BSD 2-clause License. See the LICENSE file for more details.