3 रिपॉजिटरी
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.
यह प्रोजेक्ट Git वर्ज़न कंट्रोल सिस्टम सीखने के लिए एक व्यापक शैक्षिक संसाधन और गाइड है। यह एक पाठ्यपुस्तक के लिए तकनीकी दस्तावेज़ीकरण स्रोत के रूप में कार्य करता है जो Git के मूल सिद्धांतों, उन्नत वर्कफ़्लो और आंतरिक आर्किटेक्चर की व्याख्या करता है। यह प्रोजेक्ट एक मल्टी-फॉर्मेट ई-बुक के रूप में संरचित है, जिसमें सोर्स फ़ाइलें HTML, PDF, EPUB और Mobi सहित विभिन्न डिजिटल प्रकाशन प्रारूपों में संकलित होने के लिए डिज़ाइन की गई हैं। यह इन दस्तावेजों को उत्पन्न और मान्य करने के लिए एक समर्पित बिल्ड पाइपलाइन का उपयोग करता है। सामग्री वर्ज़न कंट्रोल क्षमताओं की एक विस्तृत श्रृंखला को कवर करती है, जिसमें इतिहास हेरफेर, रिपॉजिटरी प्रशासन और सिस्टम एकीकरण शामिल है। यह वर्कफ़्लो प्रबंधन—जैसे ब्रांचिंग, मर्जिंग और रीबेसिंग—पर गाइडेड निर्देश प्रदान करती है, और कंटेंट-एड्रेसेबल फ़ाइल सिस्टम और स्नैपशॉट-आधारित वर्ज़निंग के आंतरिक यांत्रिकी का विश्लेषण करती है।
Provides instructions on how to create a new commit that applies the exact opposite of a target commit.
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.
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.