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
·
qw3rtman avatar

qw3rtman/git-fire

0
View on GitHub↗
4,532 Stars·137 Forks·Shell·MIT·4 Aufrufe

Git Fire

git-fire ist ein Kommandozeilen-Plugin und Notfall-Backup-Tool für Git. Es fungiert als Workflow-Automatisierer, der lokale Arbeitsfortschritte und Stashes auf einem Remote-Server bewahrt, um Datenverlust bei dringenden Unterbrechungen zu verhindern.

Das Tool automatisiert den Prozess des Staging, Commit und Push des aktuellen Zustands auf einen neuen Remote-Branch. Durch die Verwendung von Branch-isoliertem Pushing und die Umwandlung lokaler Stashes in permanente Commits schützt es nicht-committete Änderungen, ohne Merge-Konflikte auf der Hauptentwicklungslinie zu erzeugen.

Es handhabt die Arbeitsbereich-Bewahrung durch Verankerung am Repository-Root und das Wrapping von Standard-Git-CLI-Aufrufen, um sicherzustellen, dass alle nicht-verfolgten Dateien und temporären Modifikationen im Remote-Backup erfasst werden.

Features

  • Emergency Git Backups - Provides a rapid way to save all uncommitted changes and stashes to a remote branch during urgent interruptions.
  • Git Command Line Wrappers - Provides a high-level CLI wrapper that encapsulates complex Git backup operations into a simple command.
  • Git Emergency Backup Tools - Functions as a dedicated utility for preserving local work-in-progress and stashes on a remote server.
  • Git Workflow Automation - Automates repetitive Git sequences of adding, committing, and pushing to streamline emergency backups.
  • Stash-to-Branch Migrations - Converts local Git stashes into permanent commits on a remote branch to preserve temporary work.
  • Workspace Preservation - Backs up local modifications and stashes to a remote server to protect work before switching contexts.
  • Git Wrappers - Wraps standard Git CLI calls to automate the sequence of staging, committing, and pushing changes.
  • Work-in-Progress Backups - Allows users to push all uncommitted changes and stashes to a new remote branch to preserve progress.
  • Branch-Based Isolation - Implements a strategy of using unique remote branches to isolate emergency backups and avoid merge conflicts.
  • Root Directory Anchoring - Forces the working directory to the repository root to ensure all untracked files are captured in the backup.
  • Version Control Safety Tools - Prevents data loss and merge conflicts by pushing working directory states to isolated remote branches.
  • Command Line Utilities - Emergency tool for saving code during critical situations.

Star-Verlauf

Star-Verlauf für qw3rtman/git-fireStar-Verlauf für qw3rtman/git-fire

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Häufig gestellte Fragen

Was macht qw3rtman/git-fire?

git-fire ist ein Kommandozeilen-Plugin und Notfall-Backup-Tool für Git. Es fungiert als Workflow-Automatisierer, der lokale Arbeitsfortschritte und Stashes auf einem Remote-Server bewahrt, um Datenverlust bei dringenden Unterbrechungen zu verhindern.

Was sind die Hauptfunktionen von qw3rtman/git-fire?

Die Hauptfunktionen von qw3rtman/git-fire sind: Emergency Git Backups, Git Command Line Wrappers, Git Emergency Backup Tools, Git Workflow Automation, Stash-to-Branch Migrations, Workspace Preservation, Git Wrappers, Work-in-Progress Backups.

Welche Open-Source-Alternativen gibt es zu qw3rtman/git-fire?

Open-Source-Alternativen zu qw3rtman/git-fire sind unter anderem: petervanderdoes/gitflow-avh — gitflow-avh is a command line tool and automation framework designed to implement the Gitflow branching model. It… kennethreitz/legit — Legit is a command line wrapper and automation tool that provides an abstraction layer over Git. It simplifies version… tkellogg/dura — Dura is a Git backup tool and versioning safeguard that monitors multiple repositories to automatically create and… github/hub — Hub is a git command line tool and GitHub API client that provides a shell interface for automating workflows. It… nvie/gitflow — Gitflow is a Git branching model extension and workflow automation tool. It provides a set of command line tools and… fredriknoren/ungit — Ungit is a web-based graphical interface and version control client for managing Git repositories. It provides a…

Open-Source-Alternativen zu Git Fire

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Git Fire.
  • petervanderdoes/gitflow-avhAvatar von petervanderdoes

    petervanderdoes/gitflow-avh

    5,462Auf GitHub ansehen↗

    gitflow-avh is a command line tool and automation framework designed to implement the Gitflow branching model. It provides a set of extensions that automate the creation, merging, and management of feature, release, and hotfix branches to maintain a standardized version control workflow. The tool manages the complete lifecycle of development, from initializing a repository with predefined branch structures and naming prefixes to preparing stable software versions for production. It includes specialized workflows for urgent production hotfixing and the creation of persistent branches for long-

    Shellgitgit-flowshell
    Auf GitHub ansehen↗5,462
  • kennethreitz/legitAvatar von kennethreitz

    kennethreitz/legit

    5,690Auf GitHub ansehen↗

    Legit is a command line wrapper and automation tool that provides an abstraction layer over Git. It simplifies version control by wrapping low-level commands into intuitive operation sequences to reduce manual configuration and increase execution safety. The tool automates common workflows, such as synchronizing branch states by fetching remote changes, merging or rebasing, and pushing updates in a single operation. It also manages local state through automatic stashing and unstashing when switching branches. The project covers a broad range of version control capabilities, including branch

    Python
    Auf GitHub ansehen↗5,690
  • tkellogg/duraAvatar von tkellogg

    tkellogg/dura

    4,424Auf GitHub ansehen↗

    Dura is a Git backup tool and versioning safeguard that monitors multiple repositories to automatically create and restore point-in-time snapshots of modified files. It functions as a background process that snapshots uncommitted changes to a dedicated backup branch to prevent data loss from crashes or accidental deletions. The utility provides state recovery by checking out historical snapshots from these hidden branches, allowing work to be restored without altering the primary development history or the current staging area. The system covers multi-repository monitoring and automated chan

    Rustgitrust
    Auf GitHub ansehen↗4,424
  • github/hubAvatar von github

    github/hub

    22,955Auf GitHub ansehen↗

    Hub is a git command line tool and GitHub API client that provides a shell interface for automating workflows. It functions as a GitHub git wrapper, extending standard git commands to include direct management of repositories, issues, and pull requests. The tool integrates REST API communication with a wrapper-based execution model to perform administrative tasks without a web browser. It utilizes OAuth-based authentication and a local configuration store to secure API requests. The utility includes shell command completion and argument parsing to improve terminal productivity. It also suppo

    Go
    Auf GitHub ansehen↗22,955
Alle 30 Alternativen zu Git Fire anzeigen→