1 مستودع
Techniques for moving specific code changes between commits using interactive rebasing.
Distinct from Commit Management: Focuses on reassigning changes between existing commits rather than general history hygiene
Explore 1 awesome GitHub repository matching development tools & productivity · Change Migration Workflows. Refine with filters or upvote what's useful.
git-flight-rules is a collection of curated guidelines, operational resources, and a command reference for managing version control with Git. It provides a set of procedure-based rules and best practices designed to organize code history, branches, and collaborative development. The project distinguishes itself by providing structured workflows for complex history manipulation and data recovery. This includes specific guidance on rewriting commit history to remove sensitive data, using the reference log to recover lost work, and employing binary searches to isolate regressions. The resource
Explains how to reassign specific file changes from one commit to another via interactive rebase.