No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
Automatically Add Upstream Branch & Rebase Current Branch
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

~> 4.7
 Project Readme

Github Fast Forward

Automatically Add Upstream & Rebase Current Branch

Travis CI Gem Version Gem

Installation

$ gem install github_fastforward

Will install the octokit gem if not already present.

Developers

First, fork this repo on github, then:

$ git clone https://github.com/#{user}/github-fastforward

To fetch development dependencies:

$ bundle install

This will download rake, bundler, rubocop, and github_changelog_generator.

Usage

To check for a remote upstream & to fetch/rebase to it:

$ github_fastforward

For an authentication prompt (necessary for private repos):

$ github_fastforward -a
Username: #{github_username}
Password: #{github_password}

For authentication via command line:

$ github_fastforward -u #{username} -p #{password}

or:

$ github_fastforward -t #{oauth_token}