0.0
No commit activity in last 3 years
No release in over 3 years
Help to sync fork from upstream by extending git command
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

~> 1.10
~> 10.0

Runtime

>= 0
 Project Readme

git sync

Helps to sync a fork to keep it up-to-date with the upstream as described.

  • git pull first to sync with origin and current branch
  • fetch upstream and merge to upstream/master
  • push current branch to origin

Installation

$ sudo gem install git_sync_fork

Usage

$ git sync

If you use different name for remote and branch names, then

$ git sync upstream_name branch_name origin_name