Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 482 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 482 Bytes

RebasePusher

rebase all my branches to default branch and force push them to remote

Installation

gem install rebase_pusher

Usage

rebase_push -h

Note: cant use thread to speed it up as git operations have lock applied

Warnings

  1. make sure all your changes have been committed and pushed to remote repository before running reset/rebase/force_push
  2. it won't work if you have branches that are not pushed to remote(cornor case haha)