2 repos
Distributed Version Control Systems — Version Control Systems
We curate 2 GitHub repositories matching version control systems · Distributed Version Control Systems. Refine with filters or upvote what's useful.
Distributed Version Control Systems — Version Control Systems
- danielmiessler/SecLists
danielmiessler/SecLists
68,943SecLists is a comprehensive repository of security testing assets, functioning as a centralized knowledge base and collection of wordlists for professionals conducting vulnerability assessments and penetration testing. It provides a vast array of usernames, passwords, and payloads designed for brute-force and fuzzing attacks, alongside a curated directory of software utilities and frameworks for automated security auditing. The project distinguishes itself through a community-driven model that relies on distributed contributions from global security researchers to maintain its data. By utilizing a standardized directory taxonomy and flat-file storage, the repository ensures that its resources remain language-agnostic and portable, allowing them to be integrated into any security tool or testing environment regardless of the underlying platform. Beyond its core wordlists, the project serves as a reference framework for internet-connected hardware, offering structured methodologies, regulatory policies, and testing guides for IoT device hardening. It also maintains collections of industry standards and educational resources to assist in the identification and mitigation of technical security flaws across diverse systems.
PHP - git/git
git/git
59,192Git is a distributed version control system and command-line tool designed for tracking changes in source code and coordinating collaborative software development. It functions as a content-addressable storage platform where project data is maintained as immutable objects indexed by cryptographic hashes, ensuring data integrity and efficient deduplication. The system organizes project history as a directed acyclic graph, where each commit serves as a snapshot linked to its parent to create a verifiable timeline of modifications. The architecture distinguishes itself through an index-based staging area that allows for the preparation of atomic commits before they are committed to the object store. It utilizes delta-compressed packfiles to optimize disk usage and network transfers, while maintaining a complete local copy of the repository to enable offline development. Mutable entry points, such as branches and tags, are managed through reference-based pointer tracking, and the system provides a modular set of low-level utility commands that allow for the composition of complex workflows. Beyond its core storage and tracking capabilities, the tool supports comprehensive project history auditing and software release branching to isolate experimental or stable code lines. The project includes extensive documentation and is managed through a terminal-based interface.
Cchacktoberfestshell