awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

7 Repos

Awesome GitHub RepositoriesRemote Fork Synchronization

Workflows for keeping local forks updated with upstream changes and pushing to remotes.

Distinct from Remote Server Synchronization: None of the candidates cover the specific logic of git-remote fork synchronization; they focus on file or DB sync

Explore 7 awesome GitHub repositories matching devops & infrastructure · Remote Fork Synchronization. Refine with filters or upvote what's useful.

Awesome Remote Fork Synchronization GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • k88hudson/git-flight-rulesAvatar von k88hudson

    k88hudson/git-flight-rules

    42,472Auf GitHub ansehen↗

    git-flight-rules is a collection of curated guidelines, operational resources, and a command reference for managing version control with Git. It provides a set of procedure-based rules and best practices designed to organize code history, branches, and collaborative development. The project distinguishes itself by providing structured workflows for complex history manipulation and data recovery. This includes specific guidance on rewriting commit history to remove sensitive data, using the reference log to recover lost work, and employing binary searches to isolate regressions. The resource

    Describes the process of updating local forks with upstream changes and pushing work to remote servers.

    Auf GitHub ansehen↗42,472
  • mislav/hubAvatar von mislav

    mislav/hub

    22,948Auf GitHub ansehen↗

    Hub is a terminal-based GitHub API client and command-line wrapper that extends standard git version control with remote project management functionality. It serves as an interface to programmatically execute GitHub operations and simplify the interaction between local repositories and remote resources. The tool provides specialized capabilities for synchronizing forks with upstream repositories and managing GitHub-specific assets including pull requests, issues, and releases. It also enables the creation of code gists and allows users to open specific repository files in a web browser direct

    Provides specialized tools for creating and synchronizing forks with upstream source code.

    Gogitgithub-apigo
    Auf GitHub ansehen↗22,948
  • tj/git-extrasAvatar von tj

    tj/git-extras

    18,076Auf GitHub ansehen↗

    git-extras is a collection of command line utilities that extend the functionality of the Git version control system. It provides a suite of shortcuts and additional commands for history manipulation, remote management, repository analysis, and workflow automation. The project distinguishes itself by offering deep integration with hosting providers to manage pull requests and forks, alongside advanced history tools for obliterating sensitive files and rewriting author metadata. It also includes a specialized interactive shell that allows users to execute commands without repeating the binary

    Provides deep integration with hosting providers to manage pull requests, forks, and remote branch synchronization.

    Shellgit
    Auf GitHub ansehen↗18,076
  • runatlantis/atlantisAvatar von runatlantis

    runatlantis/atlantis

    9,146Auf GitHub ansehen↗

    Atlantis is a GitOps deployment tool and infrastructure as code orchestrator that synchronizes cloud resources with a git repository using pull request comments. It serves as a policy-based infrastructure gate and automation system for Terraform, executing plans and applies directly from version control to coordinate deployments across multiple projects and environments. The system differentiates itself through a lock-based concurrency model that prevents simultaneous modifications to the same project or workspace. It features server-side policy validation to intercept plan outputs for compli

    Integrates with git hosting providers to manage resource updates via pull request and fork workflows.

    Go
    Auf GitHub ansehen↗9,146
  • hust-open-atom-club/linux-insides-zhAvatar von hust-open-atom-club

    hust-open-atom-club/linux-insides-zh

    7,686Auf GitHub ansehen↗

    This project is a Chinese translation and educational resource focused on the internal workings of the Linux kernel. It provides a curated collection of technical content designed for studying low-level operating system mechanisms and kernel development. The project utilizes a specialized localization workflow where translations are maintained in a forked repository. It employs a patch-based model and Git-driven synchronization to align Chinese translations with the original English source files through differential merge processes. The technical scope covers core operating system internals,

    Maintains translations in a forked repository and synchronizes them with upstream changes via Git workflows.

    Pythonchinese-translationkernellinux
    Auf GitHub ansehen↗7,686
  • wei/pullAvatar von wei

    wei/pull

    7,154Auf GitHub ansehen↗

    Pull is an automated pull request manager designed to synchronize GitHub repository forks with their upstream sources. It acts as an orchestrator that creates and manages pull requests to integrate remote changes and keep development forks aligned with original project sources. The tool is configuration-driven, allowing users to define specific git integration strategies such as merging, squashing, rebasing, or hard resetting. It integrates with GitHub Actions to manage branch protection and the assignment of reviewers, assignees, and custom labels. Synchronization can be triggered through p

    Provides automated workflows to keep remote forks updated with changes from an upstream source repository.

    TypeScriptforkforks-insighthacktoberfest
    Auf GitHub ansehen↗7,154
  • dreamhunter2333/cloudflare_temp_emailAvatar von dreamhunter2333

    dreamhunter2333/cloudflare_temp_email

    6,098Auf GitHub ansehen↗

    This project is a disposable email inbox service built to run entirely on Cloudflare's edge network. It creates temporary email addresses that automatically receive and store incoming messages and attachments, all without managing any traditional server infrastructure. The service uses Cloudflare Workers for serverless processing, Durable Objects for persistent inbox state, and Workers KV for storing email data, with attachments handled through R2 object storage. The service distinguishes itself through a comprehensive set of access and management features. Users can authenticate through mult

    Keeps forked repositories updated by automatically pulling changes from the upstream source.

    Vuecloudflare-emailcloudflare-pagescloudflare-workers
    Auf GitHub ansehen↗6,098
  1. Home
  2. DevOps & Infrastructure
  3. Remote Fork Synchronization

Unter-Tags erkunden

  • Hosting Provider IntegrationsUtilities for managing interactions with remote hosting providers, including pull requests and forks. **Distinct from Remote Fork Synchronization:** Broader than fork synchronization; covers the full management of pull requests and provider-specific workflows.
  • Translation Fork SynchronizationsMaintaining a forked repository for translations and merging upstream changes via Git workflows. **Distinct from Remote Fork Synchronization:** Distinct from Remote Fork Synchronization: specifically targets the synchronization of translation forks with upstream source repositories, not general fork updates.