# File lib/bummr/git.rb, line 19
    def rebase_interactive(sha)
      system("git rebase -i #{BASE_BRANCH}") unless HEADLESS
    end