# File lib/git-review/local.rb, line 260
    def target_branch
      # TODO: Manually override this and set arbitrary branches
      ENV['TARGET_BRANCH'] || 'master'
    end