Skip to content

soltysh/git-sync

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

git-sync

Allows to synchronize multiple GIT repositories remotes in parallel. The GIT repositories must have "origin" set to your "fork" and "upstream" remote pointing to the original GIT repository you forked your from.

Install

go install github.com/mfojtik/git-sync

Usage

git sync add [directory]

Add the GIT repository to tracking.

git sync list

List repositories we track.

git sync run

Perform the synchronization:

openshift/origin [====================================>--------------------------------------------------------------------------------------------------------------------------------------------------]  20.00% 0s
containers/image [=============================================================================================================>-------------------------------------------------------------------------]  60.00% 1s
...

About

A tool to keep your forked GIT repositories in updated

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%