nachoparker / git-rebasetags

Perform a git rebase operation, restoring original tags
https://ownyourbits.com/2017/08/14/rebasing-in-git-without-losing-tags/
GNU General Public License v3.0
30 stars 5 forks source link

git rebasetags

Perform a git rebase operation, restoring original tags

Example

Usage

git rebasetags <rebase args>

Details

A new bash shell will be spawned in the case of interactive rebasing. Tags will be restored upon exiting that shell.

More at ownyourbits