Skip to content

montogeek/github-repo-sync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 

Repository files navigation

GitHub Fork Repository Sync

Why?

Currently Github does not have a simple, straightforward way to automatically sync a fork with the original repo.

Dependencies

Python

Use

Execute

curl -sL bit.ly/repo-sync | bash

or

bash <(curl -sL bit.ly/repo-sync)

on your terminal in your fork repo directory.

Now you can push your changes.

Note: Only works if the Git origin URL is SSH (git@github.com/owner/repo.git). The name of the original repo will be called upstream.

License

This source code is under MIT license.

About

Sync fork repositories easily

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages