2 repository-uri
Applying a specific commit from one branch to another without merging the whole branch.
Distinct from Commit Integrators: Focuses on the specific 'cherry-pick' operation rather than general commit integration.
Explore 2 awesome GitHub repositories matching development tools & productivity · Cherry-Picking. Refine with filters or upvote what's useful.
Acest proiect este o resursă educațională cuprinzătoare și un ghid pentru învățarea sistemului de control al versiunilor Git. Servește drept sursă de documentație tehnică pentru un manual care explică fundamentele, fluxurile de lucru avansate și arhitectura internă a Git. Proiectul este structurat ca un e-book cu formate multiple, cu fișiere sursă concepute pentru a fi compilate în diverse formate de publicații digitale, inclusiv HTML, PDF, EPUB și Mobi. Utilizează un pipeline de build dedicat pentru a genera și valida aceste documente. Conținutul acoperă o gamă largă de capabilități de control al versiunilor, inclusiv manipularea istoricului, administrarea repository-urilor și integrarea sistemelor. Oferă instrucțiuni ghidate privind gestionarea fluxului de lucru—cum ar fi branching, merging și rebasing—și analizează mecanica internă a sistemului de fișiere adresabil prin conținut și a versiunilor bazate pe snapshot-uri.
Provides instructions on how to copy a specific commit from one branch and apply it to another.
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
Allows selectively applying a specific commit from one branch to another without merging the entire history.