Git
Documentation for Git version control, repository management, and collaboration workflows.
This section covers Git-related processes, best practices, and administrative tasks for managing repositories and contributors.
- Repository Management - Administrative tasks for maintaining Git repositories
- Contributor Management - Adding, removing, and managing repository contributors
- History Management - Tools and techniques for rewriting and cleaning Git history
- Collaboration Workflows - Best practices for team-based Git workflows
- git-filter-repo - Advanced repository history rewriting tool
- GitHub CLI (gh) - Command-line interface for GitHub operations
- Git Native Commands - Core Git functionality for daily operations
This documentation focuses on administrative tasks that repository maintainers may need to perform, including:
- Contributor management and access control
- History cleanup and maintenance
- Cache management for hosted repositories
- Security and compliance considerations
- Git Documentation: Git SCM Documentation
- GitHub Docs: GitHub Documentation
- Git Filter Repo: git-filter-repo Documentation