awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
qw3rtman avatar

qw3rtman/git-fire

0
View on GitHub↗
4,532 stele·137 fork-uri·Shell·MIT·6 vizualizări

Git Fire

git-fire este un plugin de linie de comandă și un instrument de backup de urgență pentru Git. Acesta funcționează ca un automatizator de workflow care păstrează munca în curs (work-in-progress) și stash-urile pe un server remote pentru a preveni pierderea datelor în timpul întreruperilor urgente.

Instrumentul automatizează procesul de staging, commit și push al stării curente către o nouă ramură remote. Prin utilizarea push-ului izolat pe ramură și convertirea stash-urilor locale în commit-uri permanente, protejează modificările necomise fără a crea conflicte de merge pe linia principală de dezvoltare.

Gestionează conservarea workspace-ului prin ancorarea la rădăcina repository-ului și wrapping-ul apelurilor standard Git CLI pentru a se asigura că toate fișierele netrackate și modificările temporare sunt capturate în backup-ul remote.

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.

Istoric stele

Graficul istoricului de stele pentru qw3rtman/git-fireGraficul istoricului de stele pentru qw3rtman/git-fire

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru Git Fire

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Git Fire.
  • petervanderdoes/gitflow-avhAvatar petervanderdoes

    petervanderdoes/gitflow-avh

    5,462Vezi pe GitHub↗

    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
    Vezi pe GitHub↗5,462
  • kennethreitz/legitAvatar kennethreitz

    kennethreitz/legit

    5,690Vezi pe GitHub↗

    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
    Vezi pe GitHub↗5,690
  • tkellogg/duraAvatar tkellogg

    tkellogg/dura

    4,424Vezi pe GitHub↗

    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
    Vezi pe GitHub↗4,424
  • github/hubAvatar github

    github/hub

    22,955Vezi pe GitHub↗

    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
    Vezi pe GitHub↗22,955
Vezi toate cele 30 alternative pentru Git Fire→

Întrebări frecvente

Ce face qw3rtman/git-fire?

git-fire este un plugin de linie de comandă și un instrument de backup de urgență pentru Git. Acesta funcționează ca un automatizator de workflow care păstrează munca în curs (work-in-progress) și stash-urile pe un server remote pentru a preveni pierderea datelor în timpul întreruperilor urgente.

Care sunt principalele funcționalități ale qw3rtman/git-fire?

Principalele funcționalități ale qw3rtman/git-fire sunt: 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.

Care sunt câteva alternative open-source pentru qw3rtman/git-fire?

Alternativele open-source pentru qw3rtman/git-fire includ: 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…