awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 مستودع

Awesome GitHub RepositoriesTask Rollbacks

Mechanisms that revert repository state to a clean baseline upon task execution failure.

Distinct from Atomic State Synchronization: Distinct from Atomic State Synchronization: focuses on repository-level state restoration after failed shell commands, not low-level concurrency primitives.

Explore 1 awesome GitHub repository matching software engineering & architecture · Task Rollbacks. Refine with filters or upvote what's useful.

Awesome Task Rollbacks GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • lint-staged/lint-stagedالصورة الرمزية لـ lint-staged

    lint-staged/lint-staged

    14,460عرض على GitHub↗

    Lint-staged is a command-line utility designed to automate code quality checks and formatting tasks within a Git repository. It functions as a pre-commit hook runner that executes defined operations exclusively on files currently staged for commit, ensuring that only code meeting project standards is permanently saved. The tool distinguishes itself by providing granular control over the development workflow through file filtering and task orchestration. It uses glob-pattern matching to isolate specific file types and executes sequences of shell commands in a strict order. To maintain reposito

    Restores the original repository state from a temporary backup if any command in the execution sequence fails to complete successfully.

    JavaScriptdeveloper-experienceeslintgit
    عرض على GitHub↗14,460
  1. Home
  2. Software Engineering & Architecture
  3. Atomic State Synchronization
  4. Task Rollbacks