awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 रिपॉजिटरी

Awesome GitHub RepositoriesCommit Reverts

Creating new commits that inverse the effects of specific previous commits to undo changes safely.

Distinct from Targeted Commit Resets: Distinct from Targeted Commit Resets: focuses on creating an inverse commit to maintain history, not moving the HEAD pointer.

Explore 3 awesome GitHub repositories matching devops & infrastructure · Commit Reverts. Refine with filters or upvote what's useful.

Awesome Commit Reverts GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • progit/progit2progit का अवतार

    progit/progit2

    6,522GitHub पर देखें↗

    यह प्रोजेक्ट Git वर्ज़न कंट्रोल सिस्टम सीखने के लिए एक व्यापक शैक्षिक संसाधन और गाइड है। यह एक पाठ्यपुस्तक के लिए तकनीकी दस्तावेज़ीकरण स्रोत के रूप में कार्य करता है जो Git के मूल सिद्धांतों, उन्नत वर्कफ़्लो और आंतरिक आर्किटेक्चर की व्याख्या करता है। यह प्रोजेक्ट एक मल्टी-फॉर्मेट ई-बुक के रूप में संरचित है, जिसमें सोर्स फ़ाइलें HTML, PDF, EPUB और Mobi सहित विभिन्न डिजिटल प्रकाशन प्रारूपों में संकलित होने के लिए डिज़ाइन की गई हैं। यह इन दस्तावेजों को उत्पन्न और मान्य करने के लिए एक समर्पित बिल्ड पाइपलाइन का उपयोग करता है। सामग्री वर्ज़न कंट्रोल क्षमताओं की एक विस्तृत श्रृंखला को कवर करती है, जिसमें इतिहास हेरफेर, रिपॉजिटरी प्रशासन और सिस्टम एकीकरण शामिल है। यह वर्कफ़्लो प्रबंधन—जैसे ब्रांचिंग, मर्जिंग और रीबेसिंग—पर गाइडेड निर्देश प्रदान करती है, और कंटेंट-एड्रेसेबल फ़ाइल सिस्टम और स्नैपशॉट-आधारित वर्ज़निंग के आंतरिक यांत्रिकी का विश्लेषण करती है।

    Provides instructions on how to create a new commit that applies the exact opposite of a target commit.

    CSS
    GitHub पर देखें↗6,522
  • treeverse/lakefstreeverse का अवतार

    treeverse/lakeFS

    5,406GitHub पर देखें↗

    lakeFS is a data lake versioning system that provides Git-like branching and commits for large datasets stored in object storage. It functions as a version control layer, enabling the creation of immutable snapshots, atomic commits, and zero-copy branching to create isolated environments for data experimentation without duplicating physical files. The system serves as an S3-compatible storage gateway and an Iceberg REST catalog, allowing standard cloud storage protocols and compatible clients to manage versioned tables. It acts as a data quality gatekeeper by using an event-driven hook system

    Undoes changes introduced by a specific commit by creating a new compensating inverse commit.

    Go
    GitHub पर देखें↗5,406
  • steveukx/git-jssteveukx का अवतार

    steveukx/git-js

    3,845GitHub पर देखें↗

    git-js is a programmatic Node.js library and version control wrapper that provides a structured JavaScript API for executing Git commands. It serves as a Git automation framework and process manager, allowing developers to chain version control tasks and parse raw command output into structured data objects. The project distinguishes itself through a dedicated Git process manager capable of spawning binaries with custom environment variables, specific process ownership, and concurrency throttling to prevent system resource exhaustion. It includes specialized system-level monitoring such as co

    Allows undoing changes by reverting specific commits or resetting the repository state.

    TypeScript
    GitHub पर देखें↗3,845
  1. Home
  2. DevOps & Infrastructure
  3. Version Control and Management
  4. Version Control Utilities
  5. Commit History Management
  6. Initial Commit Resets
  7. Targeted Commit Resets
  8. Commit Reverts