package
0.0.0-20230903124648-ec3c368a9ca2
Repository: https://github.com/mewmew/playground.git
Documentation: pkg.go.dev

# README

gitsync

This tool keeps forked git repositories in sync with their parents. It does so by locating the repositories of provided usernames and organizations. Then it creates a shell script which will clone all repository forks, pull changes from their parens and push those changes to the forked repository.

Installation

go get github.com/mewmew/playground/cmd/gitsync

Usage

gitsync USER...

Examples

gitsync mewbak > sync.sh
chmod +x sync.sh
./sync.sh

Public domain

The source code and any original content of this repository is hereby released into the public domain.