2 مستودعات
Operations for altering existing commit metadata and content within a version control system.
Distinct from Latest Commit Protection: Existing candidates focus on protection or validation rather than the act of modifying recent commits.
Explore 2 awesome GitHub repositories matching development tools & productivity · Commit Modifications. Refine with filters or upvote what's useful.
lint-staged is a git pre-commit task runner that executes linters and formatters specifically on files staged in git. It functions as a staged file filter and a monorepo task orchestrator, identifying the correct configuration and working directory for files across multiple packages in a repository. The system automatically adds formatting changes back to the git stage after a successful task run. It uses a mechanism to match files in the git index against glob patterns to determine which tasks to execute and can automatically update git indices after formatting. The project covers sequentia
Automatically adds modifications from formatting tools back to the current commit if tools finish without errors.
This project is a comprehensive Git command reference guide and version control cheat sheet. It serves as a technical directory of terminal syntax and functional workflows organized as markdown documentation. The documentation is structured to map specific commands to development lifecycle stages, providing detailed guidance on implementing feature workflows, managing production releases, and executing critical hotfixes. The reference covers a broad range of version control capabilities, including repository initialization, branch and merge management, remote synchronization, and project his
Lists commands for modifying the most recent commit message, author, and file contents.